#A15906

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

Shades of Golden Brown #A15906

Tints of Golden Brown #A15906

Color information

#A15906 (or 0xA15906) is unknown color: approx Golden Brown. HEX triplet: A1, 59 and 06. RGB value is (161,89,6). Sum of RGB (Red+Green+Blue) = 161+89+6=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A15906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15906 is #5EA6F9. Grayscale: #656565. Windows color (decimal): -6203130 or 416161. OLE color: 416161.

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

Color convert

RGB161896-
CMYK00.450.960.37
HSL32.13º92.81%32.75%-
HSV(B)32.13º96.27%63.14%-
XYZ18.314.732.05-
YUV101.0774.35170.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=62.89%
G=34.77%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16189600.450.960.3732.1392.8132.75
HexA159602D6025205d21
Octal2411316055140454013541
Binary101000011011001110010110111000001001011000001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15906; }

 p { color: rgb(161,89,6); }

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

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

 a { background-color: rgb(161,89,6); }

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

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

 span { border-color: rgb(161,89,6); }

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