#A15708

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

Shades of Golden Brown #A15708

Tints of Golden Brown #A15708

Color information

#A15708 (or 0xA15708) is unknown color: approx Golden Brown. HEX triplet: A1, 57 and 08. RGB value is (161,87,8). Sum of RGB (Red+Green+Blue) = 161+87+8=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A15708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15708 is #5EA8F7. Grayscale: #646464. Windows color (decimal): -6203640 or 546721. OLE color: 546721.

HSL color Cylindrical-coordinate representation of color #A15708: hue angle of 30.98º 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 #A15708 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161878-
CMYK00.460.950.37
HSL30.98º90.53%33.14%-
HSV(B)30.98º95.03%63.14%-
XYZ18.1514.412.05-
YUV100.1276.02171.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=62.89%
G=33.98%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16187800.460.950.3730.9890.5333.14
HexA157802E5F251f5b21
Octal24112710056137453713341
Binary101000011010111100001011101011111100101111111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15708; }

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

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

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

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

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

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

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

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