#A46411

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

Shades of Golden Brown #A46411

Tints of Golden Brown #A46411

Color information

#A46411 (or 0xA46411) is unknown color: approx Golden Brown. HEX triplet: A4, 64 and 11. RGB value is (164,100,17). Sum of RGB (Red+Green+Blue) = 164+100+17=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A46411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46411 is #5B9BEE. Grayscale: #6E6E6E. Windows color (decimal): -6003695 or 1139876. OLE color: 1139876.

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

Color convert

RGB16410017-
CMYK00.390.900.36
HSL33.88º81.22%35.49%-
HSV(B)33.88º89.63%64.31%-
XYZ19.9717.052.77-
YUV109.6775.7166.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.36%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 17 (7.03% from 255) = 6.05%
R=58.36%
G=35.59%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641001700.390.900.3633.8881.2235.49
HexA464110275A24225123
Octal24414421047132444212143
Binary10100100110010010001010011110110101001001000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46411; }

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

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

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

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

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

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

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

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