#A96A07

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

Shades of Golden Brown #A96A07

Tints of Golden Brown #A96A07

Color information

#A96A07 (or 0xA96A07) is unknown color: approx Golden Brown. HEX triplet: A9, 6A and 07. RGB value is (169,106,7). Sum of RGB (Red+Green+Blue) = 169+106+7=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A07 is #5695F8. Grayscale: #727272. Windows color (decimal): -5674489 or 486057. OLE color: 486057.

HSL color Cylindrical-coordinate representation of color #A96A07: hue angle of 36.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A96A07 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1691067-
CMYK00.370.960.34
HSL36.67º92.05%34.51%-
HSV(B)36.67º95.86%66.27%-
XYZ21.5518.762.69-
YUV113.5567.87167.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 7 (3.12% from 255) = 2.48%
R=59.93%
G=37.59%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169106700.370.960.3436.6792.0534.51
HexA96A70256022255c23
Octal2511527045140424513443
Binary101010011101010111010010111000001000101001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A07; }

 p { color: rgb(169,106,7); }

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

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

 a { background-color: rgb(169,106,7); }

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

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

 span { border-color: rgb(169,106,7); }

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