#A79F53

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

Shades of Husk #A79F53

Tints of Husk #A79F53

Color information

#A79F53 (or 0xA79F53) is unknown color: approx Husk. HEX triplet: A7, 9F and 53. RGB value is (167,159,83). Sum of RGB (Red+Green+Blue) = 167+159+83=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F53 is #5860AC. Grayscale: #999999. Windows color (decimal): -5791917 or 5480359. OLE color: 5480359.

HSL color Cylindrical-coordinate representation of color #A79F53: hue angle of 54.29º degrees, saturation: 0.34, 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 #A79F53 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16715983-
CMYK00.050.500.35
HSL54.29º33.6%49.02%-
HSV(B)54.29º50.3%65.49%-
XYZ29.933.6413.1-
YUV152.7388.65138.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 83 (32.81% from 255) = 20.29%
R=40.83%
G=38.88%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671598300.050.500.3554.2933.649.02
HexA79F53053223362231
Octal247237123056243664261
Binary101001111001111110100110101110010100011110110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F53; }

 p { color: rgb(167,159,83); }

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

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

 a { background-color: rgb(167,159,83); }

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

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

 span { border-color: rgb(167,159,83); }

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