#A75704

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

Shades of Golden Brown #A75704

Tints of Golden Brown #A75704

Color information

#A75704 (or 0xA75704) is unknown color: approx Golden Brown. HEX triplet: A7, 57 and 04. RGB value is (167,87,4). Sum of RGB (Red+Green+Blue) = 167+87+4=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A75704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75704 is #58A8FB. Grayscale: #656565. Windows color (decimal): -5810428 or 284583. OLE color: 284583.

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

Color convert

RGB167874-
CMYK00.480.980.35
HSL30.55º95.32%33.53%-
HSV(B)30.55º97.6%65.49%-
XYZ19.3715.042-
YUV101.4673174.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.73%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 4 (1.95% from 255) = 1.55%
R=64.73%
G=33.72%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16787400.480.980.3530.5595.3233.53
HexA757403062231f5f22
Octal2471274060142433713742
Binary10100111101011110001100001100010100011111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75704; }

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

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

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

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

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

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

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

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