#A79A57

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

Shades of Husk #A79A57

Tints of Husk #A79A57

Color information

#A79A57 (or 0xA79A57) is unknown color: approx Husk. HEX triplet: A7, 9A and 57. RGB value is (167,154,87). Sum of RGB (Red+Green+Blue) = 167+154+87=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A57 is #5865A8. Grayscale: #969696. Windows color (decimal): -5793193 or 5741223. OLE color: 5741223.

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

Color convert

RGB16715487-
CMYK00.080.480.35
HSL50.25º31.5%49.8%-
HSV(B)50.25º47.9%65.49%-
XYZ29.2132.0113.66-
YUV150.2592.31139.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=40.93%
G=37.75%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671548700.080.480.3550.2531.549.8
HexA79A57083023321f32
Octal2472321270106043623762
Binary101001111001101010101110100011000010001111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A57; }

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

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

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

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

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

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

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

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