#AD9D4F

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

Shades of Husk #AD9D4F

Tints of Husk #AD9D4F

Color information

#AD9D4F (or 0xAD9D4F) is unknown color: approx Husk. HEX triplet: AD, 9D and 4F. RGB value is (173,157,79). Sum of RGB (Red+Green+Blue) = 173+157+79=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D4F is #5262B0. Grayscale: #999999. Windows color (decimal): -5399217 or 5217709. OLE color: 5217709.

HSL color Cylindrical-coordinate representation of color #AD9D4F: hue angle of 49.79º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD9D4F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17315779-
CMYK00.090.540.32
HSL49.79º37.3%49.41%-
HSV(B)49.79º54.34%67.84%-
XYZ30.733.5612.26-
YUV152.8986.3142.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 157 (61.72% from 255) = 38.39%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=42.30%
G=38.39%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731577900.090.540.3249.7937.349.41
HexAD9D4F093620322531
Octal2552351170116640624561
Binary1010110110011101100111101001110110100000110010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D4F; }

 p { color: rgb(173,157,79); }

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

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

 a { background-color: rgb(173,157,79); }

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

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

 span { border-color: rgb(173,157,79); }

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