#A79557

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

Shades of Husk #A79557

Tints of Husk #A79557

Color information

#A79557 (or 0xA79557) is unknown color: approx Husk. HEX triplet: A7, 95 and 57. RGB value is (167,149,87). Sum of RGB (Red+Green+Blue) = 167+149+87=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A79557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79557 is #586AA8. Grayscale: #939393. Windows color (decimal): -5794473 or 5739943. OLE color: 5739943.

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

Color convert

RGB16714987-
CMYK00.110.480.35
HSL46.5º31.5%49.8%-
HSV(B)46.5º47.9%65.49%-
XYZ28.430.413.39-
YUV147.3193.96142.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=41.44%
G=36.97%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671498700.110.480.3546.531.549.8
HexA795570B30232e1f32
Octal2472251270136043563762
Binary101001111001010110101110101111000010001110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79557; }

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

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

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

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

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

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

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

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