#A46211

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

Shades of Golden Brown #A46211

Tints of Golden Brown #A46211

Color information

#A46211 (or 0xA46211) is unknown color: approx Golden Brown. HEX triplet: A4, 62 and 11. RGB value is (164,98,17). Sum of RGB (Red+Green+Blue) = 164+98+17=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46211 is #5B9DEE. Grayscale: #6C6C6C. Windows color (decimal): -6004207 or 1139364. OLE color: 1139364.

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

Color convert

RGB1649817-
CMYK00.400.900.36
HSL33.06º81.22%35.49%-
HSV(B)33.06º89.63%64.31%-
XYZ19.7816.672.71-
YUV108.576.37167.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=58.78%
G=35.13%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164981700.400.900.3633.0681.2235.49
HexA462110285A24215123
Octal24414221050132444112143
Binary10100100110001010001010100010110101001001000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46211; }

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

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

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

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

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

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

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

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