#A79958

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

Shades of Husk #A79958

Tints of Husk #A79958

Color information

#A79958 (or 0xA79958) is unknown color: approx Husk. HEX triplet: A7, 99 and 58. RGB value is (167,153,88). Sum of RGB (Red+Green+Blue) = 167+153+88=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A79958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79958 is #5866A7. Grayscale: #969696. Windows color (decimal): -5793448 or 5806503. OLE color: 5806503.

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

Color convert

RGB16715388-
CMYK00.080.470.35
HSL49.37º30.98%50%-
HSV(B)49.37º47.31%65.49%-
XYZ29.0931.713.82-
YUV149.7893.14140.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=40.93%
G=37.5%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671538800.080.470.3549.3730.9850
HexA79958082F23311f32
Octal2472311300105743613762
Binary101001111001100110110000100010111110001111000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79958; }

 p { color: rgb(167,153,88); }

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

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

 a { background-color: rgb(167,153,88); }

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

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

 span { border-color: rgb(167,153,88); }

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