#A79A54

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

Shades of Husk #A79A54

Tints of Husk #A79A54

Color information

#A79A54 (or 0xA79A54) is unknown color: approx Husk. HEX triplet: A7, 9A and 54. RGB value is (167,154,84). Sum of RGB (Red+Green+Blue) = 167+154+84=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A54 is #5865AB. Grayscale: #969696. Windows color (decimal): -5793196 or 5544615. OLE color: 5544615.

HSL color Cylindrical-coordinate representation of color #A79A54: hue angle of 50.6º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A79A54 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16715484-
CMYK00.080.500.35
HSL50.6º33.07%49.22%-
HSV(B)50.6º49.7%65.49%-
XYZ29.0931.9713.02-
YUV149.9190.81140.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=41.23%
G=38.02%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671548400.080.500.3550.633.0749.22
HexA79A54083223332131
Octal2472321240106243634161
Binary1010011110011010101010001000110010100011110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A54; }

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

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

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

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

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

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

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

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