#A46D06

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

Shades of Golden Brown #A46D06

Tints of Golden Brown #A46D06

Color information

#A46D06 (or 0xA46D06) is unknown color: approx Golden Brown. HEX triplet: A4, 6D and 06. RGB value is (164,109,6). Sum of RGB (Red+Green+Blue) = 164+109+6=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46D06 is #5B92F9. Grayscale: #727272. Windows color (decimal): -6001402 or 421284. OLE color: 421284.

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

Color convert

RGB1641096-
CMYK00.340.960.36
HSL39.11º92.94%33.33%-
HSV(B)39.11º96.34%64.31%-
XYZ20.8118.842.71-
YUV113.767.22163.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 6 (2.73% from 255) = 2.15%
R=58.78%
G=39.07%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164109600.340.960.3639.1192.9433.33
HexA46D60226024275d21
Octal2441556042140444713541
Binary101001001101101110010001011000001001001001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D06; }

 p { color: rgb(164,109,6); }

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

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

 a { background-color: rgb(164,109,6); }

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

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

 span { border-color: rgb(164,109,6); }

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