#A79E52

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

Shades of Husk #A79E52

Tints of Husk #A79E52

Color information

#A79E52 (or 0xA79E52) is unknown color: approx Husk. HEX triplet: A7, 9E and 52. RGB value is (167,158,82). Sum of RGB (Red+Green+Blue) = 167+158+82=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79E52 is #5861AD. Grayscale: #989898. Windows color (decimal): -5792174 or 5414567. OLE color: 5414567.

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

Color convert

RGB16715882-
CMYK00.050.510.35
HSL53.65º34.14%48.82%-
HSV(B)53.65º50.9%65.49%-
XYZ29.6933.2812.84-
YUV152.0388.48138.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=41.03%
G=38.82%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671588200.050.510.3553.6534.1448.82
HexA79E52053323362231
Octal247236122056343664261
Binary101001111001111010100100101110011100011110110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E52; }

 p { color: rgb(167,158,82); }

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

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

 a { background-color: rgb(167,158,82); }

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

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

 span { border-color: rgb(167,158,82); }

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