#A46E08

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

Shades of Golden Brown #A46E08

Tints of Golden Brown #A46E08

Color information

#A46E08 (or 0xA46E08) is unknown color: approx Golden Brown. HEX triplet: A4, 6E and 08. RGB value is (164,110,8). Sum of RGB (Red+Green+Blue) = 164+110+8=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46E08 is #5B91F7. Grayscale: #727272. Windows color (decimal): -6001144 or 552612. OLE color: 552612.

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

Color convert

RGB1641108-
CMYK00.330.950.36
HSL39.23º90.7%33.73%-
HSV(B)39.23º95.12%64.31%-
XYZ20.9319.062.81-
YUV114.5267.89163.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.16%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 8 (3.52% from 255) = 2.84%
R=58.16%
G=39.01%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164110800.330.950.3639.2390.733.73
HexA46E80215F24275b22
Octal24415610041137444713342
Binary1010010011011101000010000110111111001001001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E08; }

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

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

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

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

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

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

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

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