#A46404

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

Shades of Golden Brown #A46404

Tints of Golden Brown #A46404

Color information

#A46404 (or 0xA46404) is unknown color: approx Golden Brown. HEX triplet: A4, 64 and 04. RGB value is (164,100,4). Sum of RGB (Red+Green+Blue) = 164+100+4=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A46404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46404 is #5B9BFB. Grayscale: #6C6C6C. Windows color (decimal): -6003708 or 287908. OLE color: 287908.

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

Color convert

RGB1641004-
CMYK00.390.980.36
HSL36º95.24%32.94%-
HSV(B)36º97.56%64.31%-
XYZ19.8917.022.35-
YUV108.1969.2167.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=61.19%
G=37.31%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164100400.390.980.363695.2432.94
HexA46440276224245f21
Octal2441444047142444413741
Binary101001001100100100010011111000101001001001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46404; }

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

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

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

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

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

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

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

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