#A04E0A

Color #A04E0A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #A04E0A

Tints of Saddle Brown #A04E0A

Color information

#A04E0A (or 0xA04E0A) is unknown color: approx Saddle Brown. HEX triplet: A0, 4E and 0A. RGB value is (160,78,10). Sum of RGB (Red+Green+Blue) = 160+78+10=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E0A is #5FB1F5. Grayscale: #5F5F5F. Windows color (decimal): -6271478 or 675488. OLE color: 675488.

HSL color Cylindrical-coordinate representation of color #A04E0A: hue angle of 27.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A04E0A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1607810-
CMYK00.510.940.37
HSL27.2º88.24%33.33%-
HSV(B)27.2º93.75%62.75%-
XYZ17.2812.941.88-
YUV94.7780.17174.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.52%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=64.52%
G=31.45%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160781000.510.940.3727.288.2433.33
HexA04EA0335E251b5821
Octal24011612063136453313041
Binary101000001001110101001100111011110100101110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E0A; }

 p { color: rgb(160,78,10); }

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

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

 a { background-color: rgb(160,78,10); }

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

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

 span { border-color: rgb(160,78,10); }

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