#A45704

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

Shades of Golden Brown #A45704

Tints of Golden Brown #A45704

Color information

#A45704 (or 0xA45704) is unknown color: approx Golden Brown. HEX triplet: A4, 57 and 04. RGB value is (164,87,4). Sum of RGB (Red+Green+Blue) = 164+87+4=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A45704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45704 is #5BA8FB. Grayscale: #646464. Windows color (decimal): -6007036 or 284580. OLE color: 284580.

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

Color convert

RGB164874-
CMYK00.470.980.36
HSL31.12º95.24%32.94%-
HSV(B)31.12º97.56%64.31%-
XYZ18.7414.721.97-
YUV100.5673.51173.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.31%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=64.31%
G=34.12%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16487400.470.980.3631.1295.2432.94
HexA457402F62241f5f21
Octal2441274057142443713741
Binary10100100101011110001011111100010100100111111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45704; }

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

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

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

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

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

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

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

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