#A35238

Color #A35238 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A35238

Tints of Orange Roughy #A35238

Color information

#A35238 (or 0xA35238) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 38. RGB value is (163,82,56). Sum of RGB (Red+Green+Blue) = 163+82+56=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35238 is #5CADC7. Grayscale: #676767. Windows color (decimal): -6073800 or 3691171. OLE color: 3691171.

HSL color Cylindrical-coordinate representation of color #A35238: hue angle of 14.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A35238 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1638256-
CMYK00.500.660.36
HSL14.58º48.86%42.94%-
HSV(B)14.58º65.64%63.92%-
XYZ18.8414.115.47-
YUV103.26101.34170.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=54.15%
G=27.24%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163825600.500.660.3614.5848.8642.94
HexA352380324224f312b
Octal2431227006210244176153
Binary101000111010010111000011001010000101001001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35238; }

 p { color: rgb(163,82,56); }

 H1.HeaderClassName
 {
   color: #A35238;
 }
 .AnyTagClassName
 {
   color: #A35238;
 }
</style>
background-color css

<style>
 a { background-color: #A35238; }

 a { background-color: rgb(163,82,56); }

 div.DivClassName
 {
   background-color: #A35238;
 }
 .BgClassName
 {
   background-color: #A35238;
 }
</style>
border-color css

<style>
 span { border-color: #A35238; }

 span { border-color: rgb(163,82,56); }

 td.TdClassName
 {
   border-color: #A35238;
 }
 .TagClassName
 {
   border-color: #A35238;
 }
</style>