#A46C11

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

Shades of Golden Brown #A46C11

Tints of Golden Brown #A46C11

Color information

#A46C11 (or 0xA46C11) is unknown color: approx Golden Brown. HEX triplet: A4, 6C and 11. RGB value is (164,108,17). Sum of RGB (Red+Green+Blue) = 164+108+17=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C11 is #5B93EE. Grayscale: #727272. Windows color (decimal): -6001647 or 1141924. OLE color: 1141924.

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

Color convert

RGB16410817-
CMYK00.340.900.36
HSL37.14º81.22%35.49%-
HSV(B)37.14º89.63%64.31%-
XYZ20.7718.663.04-
YUV114.3773.05163.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=56.75%
G=37.37%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641081700.340.900.3637.1481.2235.49
HexA46C110225A24255123
Octal24415421042132444512143
Binary10100100110110010001010001010110101001001001011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C11; }

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

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

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

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

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

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

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

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