#A79B49

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

Shades of Husk #A79B49

Tints of Husk #A79B49

Color information

#A79B49 (or 0xA79B49) is unknown color: approx Husk. HEX triplet: A7, 9B and 49. RGB value is (167,155,73). Sum of RGB (Red+Green+Blue) = 167+155+73=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B49 is #5864B6. Grayscale: #959595. Windows color (decimal): -5792951 or 4823975. OLE color: 4823975.

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

Color convert

RGB16715573-
CMYK00.070.560.35
HSL52.34º39.17%47.06%-
HSV(B)52.34º56.29%65.49%-
XYZ28.8632.1410.99-
YUV149.2484.98140.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=42.28%
G=39.24%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671557300.070.560.3552.3439.1747.06
HexA79B4907382334272f
Octal247233111077043644757
Binary101001111001101110010010111111000100011110100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B49; }

 p { color: rgb(167,155,73); }

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

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

 a { background-color: rgb(167,155,73); }

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

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

 span { border-color: rgb(167,155,73); }

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