#A79A51

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

Shades of Husk #A79A51

Tints of Husk #A79A51

Color information

#A79A51 (or 0xA79A51) is unknown color: approx Husk. HEX triplet: A7, 9A and 51. RGB value is (167,154,81). Sum of RGB (Red+Green+Blue) = 167+154+81=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A51 is #5865AE. Grayscale: #959595. Windows color (decimal): -5793199 or 5348007. OLE color: 5348007.

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

Color convert

RGB16715481-
CMYK00.080.510.35
HSL50.93º34.68%48.63%-
HSV(B)50.93º51.5%65.49%-
XYZ28.9831.9212.42-
YUV149.5689.31140.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=41.54%
G=38.31%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671548100.080.510.3550.9334.6848.63
HexA79A51083323332331
Octal2472321210106343634361
Binary1010011110011010101000101000110011100011110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A51; }

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

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

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

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

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

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

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

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