#AD9F52

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

Shades of Husk #AD9F52

Tints of Husk #AD9F52

Color information

#AD9F52 (or 0xAD9F52) is unknown color: approx Husk. HEX triplet: AD, 9F and 52. RGB value is (173,159,82). Sum of RGB (Red+Green+Blue) = 173+159+82=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F52 is #5260AD. Grayscale: #9A9A9A. Windows color (decimal): -5398702 or 5414829. OLE color: 5414829.

HSL color Cylindrical-coordinate representation of color #AD9F52: hue angle of 50.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9F52 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17315982-
CMYK00.080.530.32
HSL50.77º35.69%50%-
HSV(B)50.77º52.6%67.84%-
XYZ31.1534.2912.96-
YUV154.4187.14141.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=41.79%
G=38.41%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731598200.080.530.3250.7735.6950
HexAD9F52083520332432
Octal2552371220106540634462
Binary1010110110011111101001001000110101100000110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F52; }

 p { color: rgb(173,159,82); }

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

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

 a { background-color: rgb(173,159,82); }

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

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

 span { border-color: rgb(173,159,82); }

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