#A79B57

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

Shades of Husk #A79B57

Tints of Husk #A79B57

Color information

#A79B57 (or 0xA79B57) is unknown color: approx Husk. HEX triplet: A7, 9B and 57. RGB value is (167,155,87). Sum of RGB (Red+Green+Blue) = 167+155+87=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B57 is #5864A8. Grayscale: #979797. Windows color (decimal): -5792937 or 5741479. OLE color: 5741479.

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

Color convert

RGB16715587-
CMYK00.070.480.35
HSL51º31.5%49.8%-
HSV(B)51º47.9%65.49%-
XYZ29.3832.3513.71-
YUV150.8491.98139.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=40.83%
G=37.90%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671558700.070.480.355131.549.8
HexA79B57073023331f32
Octal247233127076043633762
Binary10100111100110111010111011111000010001111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B57; }

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

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

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

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

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

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

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

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