#A45104

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

Shades of Golden Brown #A45104

Tints of Golden Brown #A45104

Color information

#A45104 (or 0xA45104) is unknown color: approx Golden Brown. HEX triplet: A4, 51 and 04. RGB value is (164,81,4). Sum of RGB (Red+Green+Blue) = 164+81+4=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A45104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45104 is #5BAEFB. Grayscale: #616161. Windows color (decimal): -6008572 or 283044. OLE color: 283044.

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

Color convert

RGB164814-
CMYK00.510.980.36
HSL28.88º95.24%32.94%-
HSV(B)28.88º97.56%64.31%-
XYZ18.2713.791.81-
YUV97.0475.5175.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.86%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=65.86%
G=32.53%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16481400.510.980.3628.8895.2432.94
HexA451403362241d5f21
Octal2441214063142443513741
Binary10100100101000110001100111100010100100111011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45104; }

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

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

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

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

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

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

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

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