#A15E08

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

Shades of Golden Brown #A15E08

Tints of Golden Brown #A15E08

Color information

#A15E08 (or 0xA15E08) is unknown color: approx Golden Brown. HEX triplet: A1, 5E and 08. RGB value is (161,94,8). Sum of RGB (Red+Green+Blue) = 161+94+8=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15E08 is #5EA1F7. Grayscale: #686868. Windows color (decimal): -6201848 or 548513. OLE color: 548513.

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

Color convert

RGB161948-
CMYK00.420.950.37
HSL33.73º90.53%33.14%-
HSV(B)33.73º95.03%63.14%-
XYZ18.7415.62.25-
YUV104.2373.7168.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=61.22%
G=35.74%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16194800.420.950.3733.7390.5333.14
HexA15E802A5F25225b21
Octal24113610052137454213341
Binary1010000110111101000010101010111111001011000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E08; }

 p { color: rgb(161,94,8); }

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

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

 a { background-color: rgb(161,94,8); }

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

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

 span { border-color: rgb(161,94,8); }

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