#A46D05

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

Shades of Golden Brown #A46D05

Tints of Golden Brown #A46D05

Color information

#A46D05 (or 0xA46D05) is unknown color: approx Golden Brown. HEX triplet: A4, 6D and 05. RGB value is (164,109,5). Sum of RGB (Red+Green+Blue) = 164+109+5=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46D05 is #5B92FA. Grayscale: #727272. Windows color (decimal): -6001403 or 355748. OLE color: 355748.

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

Color convert

RGB1641095-
CMYK00.340.970.36
HSL39.25º94.08%33.14%-
HSV(B)39.25º96.95%64.31%-
XYZ20.8118.842.68-
YUV113.5966.72163.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=58.99%
G=39.21%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164109500.340.970.3639.2594.0833.14
HexA46D50226124275e21
Octal2441555042141444713641
Binary101001001101101101010001011000011001001001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D05; }

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

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

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

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

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

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

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

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