#A46605

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

Shades of Golden Brown #A46605

Tints of Golden Brown #A46605

Color information

#A46605 (or 0xA46605) is unknown color: approx Golden Brown. HEX triplet: A4, 66 and 05. RGB value is (164,102,5). Sum of RGB (Red+Green+Blue) = 164+102+5=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A46605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46605 is #5B99FA. Grayscale: #6D6D6D. Windows color (decimal): -6003195 or 353956. OLE color: 353956.

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

Color convert

RGB1641025-
CMYK00.380.970.36
HSL36.6º94.08%33.14%-
HSV(B)36.6º96.95%64.31%-
XYZ20.0917.412.44-
YUV109.4869.04166.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=60.52%
G=37.64%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164102500.380.970.3636.694.0833.14
HexA46650266124255e21
Octal2441465046141444513641
Binary101001001100110101010011011000011001001001011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46605; }

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

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

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

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

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

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

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

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