#A46A09

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

Shades of Golden Brown #A46A09

Tints of Golden Brown #A46A09

Color information

#A46A09 (or 0xA46A09) is unknown color: approx Golden Brown. HEX triplet: A4, 6A and 09. RGB value is (164,106,9). Sum of RGB (Red+Green+Blue) = 164+106+9=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46A09 is #5B95F6. Grayscale: #707070. Windows color (decimal): -6002167 or 617124. OLE color: 617124.

HSL color Cylindrical-coordinate representation of color #A46A09: hue angle of 37.55º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A46A09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1641069-
CMYK00.350.950.36
HSL37.55º89.6%33.92%-
HSV(B)37.55º94.51%64.31%-
XYZ20.5118.222.69-
YUV112.2869.72164.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=58.78%
G=37.99%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164106900.350.950.3637.5589.633.92
HexA46A90235F24265a22
Octal24415211043137444613242
Binary1010010011010101001010001110111111001001001101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A09; }

 p { color: rgb(164,106,9); }

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

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

 a { background-color: rgb(164,106,9); }

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

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

 span { border-color: rgb(164,106,9); }

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