#A15A07

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

Shades of Golden Brown #A15A07

Tints of Golden Brown #A15A07

Color information

#A15A07 (or 0xA15A07) is unknown color: approx Golden Brown. HEX triplet: A1, 5A and 07. RGB value is (161,90,7). Sum of RGB (Red+Green+Blue) = 161+90+7=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15A07 is #5EA5F8. Grayscale: #666666. Windows color (decimal): -6202873 or 481953. OLE color: 481953.

HSL color Cylindrical-coordinate representation of color #A15A07: hue angle of 32.34º degrees, saturation: 0.92, 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 #A15A07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161907-
CMYK00.440.960.37
HSL32.34º91.67%32.94%-
HSV(B)32.34º95.65%63.14%-
XYZ18.3914.92.11-
YUV101.7774.52170.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=62.40%
G=34.88%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16190700.440.960.3732.3491.6732.94
HexA15A702C6025205c21
Octal2411327054140454013441
Binary101000011011010111010110011000001001011000001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A07; }

 p { color: rgb(161,90,7); }

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

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

 a { background-color: rgb(161,90,7); }

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

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

 span { border-color: rgb(161,90,7); }

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