#a79d5b

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

Shades of Husk #A79D5B

Tints of Husk #A79D5B

Color information

#A79D5B (or 0xA79D5B) is unknown color: approx Husk. HEX triplet: A7, 9D and 5B. RGB value is (167,157,91). Sum of RGB (Red+Green+Blue) = 167+157+91=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D5B is #5862A4. Grayscale: #989898. Windows color (decimal): -5792421 or 6004135. OLE color: 6004135.

HSL color Cylindrical-coordinate representation of color #A79D5B: hue angle of 52.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A79D5B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16715791-
CMYK00.060.460.35
HSL52.11º30.16%50.59%-
HSV(B)52.11º45.51%65.49%-
XYZ29.8833.0814.71-
YUV152.4793.31138.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=40.24%
G=37.83%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671579100.060.460.3552.1130.1650.59
HexA79D5B062E23341e33
Octal247235133065643643663
Binary10100111100111011011011011010111010001111010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79d5b; }

 p { color: rgb(167,157,91); }

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

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

 a { background-color: rgb(167,157,91); }

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

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

 span { border-color: rgb(167,157,91); }

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