#A79C48

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

Shades of Husk #A79C48

Tints of Husk #A79C48

Color information

#A79C48 (or 0xA79C48) is unknown color: approx Husk. HEX triplet: A7, 9C and 48. RGB value is (167,156,72). Sum of RGB (Red+Green+Blue) = 167+156+72=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C48 is #5863B7. Grayscale: #969696. Windows color (decimal): -5792696 or 4758695. OLE color: 4758695.

HSL color Cylindrical-coordinate representation of color #A79C48: hue angle of 53.05º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A79C48 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16715672-
CMYK00.070.570.35
HSL53.05º39.75%46.86%-
HSV(B)53.05º56.89%65.49%-
XYZ28.9932.4610.87-
YUV149.7184.14140.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=42.28%
G=39.49%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671567200.070.570.3553.0539.7546.86
HexA79C4807392335282f
Octal247234110077143655057
Binary101001111001110010010000111111001100011110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C48; }

 p { color: rgb(167,156,72); }

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

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

 a { background-color: rgb(167,156,72); }

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

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

 span { border-color: rgb(167,156,72); }

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