#a79d57

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

Shades of Husk #A79D57

Tints of Husk #A79D57

Color information

#A79D57 (or 0xA79D57) is unknown color: approx Husk. HEX triplet: A7, 9D and 57. RGB value is (167,157,87). Sum of RGB (Red+Green+Blue) = 167+157+87=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D57 is #5862A8. Grayscale: #989898. Windows color (decimal): -5792425 or 5741991. OLE color: 5741991.

HSL color Cylindrical-coordinate representation of color #A79D57: hue angle of 52.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A79D57 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16715787-
CMYK00.060.480.35
HSL52.5º31.5%49.8%-
HSV(B)52.5º47.9%65.49%-
XYZ29.7133.0213.82-
YUV152.0191.31138.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=40.63%
G=38.20%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671578700.060.480.3552.531.549.8
HexA79D57063023341f32
Octal247235127066043643762
Binary10100111100111011010111011011000010001111010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79d57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79d57; }

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

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

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

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

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

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

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

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