#A46C06

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

Shades of Golden Brown #A46C06

Tints of Golden Brown #A46C06

Color information

#A46C06 (or 0xA46C06) is unknown color: approx Golden Brown. HEX triplet: A4, 6C and 06. RGB value is (164,108,6). Sum of RGB (Red+Green+Blue) = 164+108+6=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C06 is #5B93F9. Grayscale: #717171. Windows color (decimal): -6001658 or 421028. OLE color: 421028.

HSL color Cylindrical-coordinate representation of color #A46C06: hue angle of 38.73º 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 #A46C06 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1641086-
CMYK00.340.960.36
HSL38.73º92.94%33.33%-
HSV(B)38.73º96.34%64.31%-
XYZ20.7118.632.68-
YUV113.1267.55164.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=58.99%
G=38.85%
B=2.16%

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
Decimal164108600.340.960.3638.7392.9433.33
HexA46C60226024275d21
Octal2441546042140444713541
Binary101001001101100110010001011000001001001001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C06; }

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

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

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

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

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

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

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

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