#A46E05

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

Shades of Golden Brown #A46E05

Tints of Golden Brown #A46E05

Color information

#A46E05 (or 0xA46E05) is unknown color: approx Golden Brown. HEX triplet: A4, 6E and 05. RGB value is (164,110,5). Sum of RGB (Red+Green+Blue) = 164+110+5=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E05 is #5B91FA. Grayscale: #727272. Windows color (decimal): -6001147 or 356004. OLE color: 356004.

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

Color convert

RGB1641105-
CMYK00.330.970.36
HSL39.62º94.08%33.14%-
HSV(B)39.62º96.95%64.31%-
XYZ20.9119.062.72-
YUV114.1866.39163.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=58.78%
G=39.43%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164110500.330.970.3639.6294.0833.14
HexA46E50216124285e21
Octal2441565041141445013641
Binary101001001101110101010000111000011001001010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E05; }

 p { color: rgb(164,110,5); }

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

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

 a { background-color: rgb(164,110,5); }

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

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

 span { border-color: rgb(164,110,5); }

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