#A75604

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

Shades of Golden Brown #A75604

Tints of Golden Brown #A75604

Color information

#A75604 (or 0xA75604) is unknown color: approx Golden Brown. HEX triplet: A7, 56 and 04. RGB value is (167,86,4). Sum of RGB (Red+Green+Blue) = 167+86+4=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A75604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75604 is #58A9FB. Grayscale: #656565. Windows color (decimal): -5810684 or 284327. OLE color: 284327.

HSL color Cylindrical-coordinate representation of color #A75604: hue angle of 30.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A75604 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB167864-
CMYK00.490.980.35
HSL30.18º95.32%33.53%-
HSV(B)30.18º97.6%65.49%-
XYZ19.2914.881.97-
YUV100.8773.34175.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=64.98%
G=33.46%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16786400.490.980.3530.1895.3233.53
HexA756403162231e5f22
Octal2471264061142433613742
Binary10100111101011010001100011100010100011111101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75604; }

 p { color: rgb(167,86,4); }

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

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

 a { background-color: rgb(167,86,4); }

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

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

 span { border-color: rgb(167,86,4); }

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