#A04E10

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

Shades of Saddle Brown #A04E10

Tints of Saddle Brown #A04E10

Color information

#A04E10 (or 0xA04E10) is unknown color: approx Saddle Brown. HEX triplet: A0, 4E and 10. RGB value is (160,78,16). Sum of RGB (Red+Green+Blue) = 160+78+16=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E10 is #5FB1EF. Grayscale: #5F5F5F. Windows color (decimal): -6271472 or 1068704. OLE color: 1068704.

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

Color convert

RGB1607816-
CMYK00.510.90.37
HSL25.83º81.82%34.51%-
HSV(B)25.83º90%62.75%-
XYZ17.3212.962.08-
YUV95.4583.17174.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=62.99%
G=30.71%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.9
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160781600.510.90.3725.8381.8234.51
HexA04E100335A251a5223
Octal24011620063132453212243
Binary1010000010011101000001100111011010100101110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E10; }

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

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

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

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

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

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

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

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