#AD9F57

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

Shades of Husk #AD9F57

Tints of Husk #AD9F57

Color information

#AD9F57 (or 0xAD9F57) is unknown color: approx Husk. HEX triplet: AD, 9F and 57. RGB value is (173,159,87). Sum of RGB (Red+Green+Blue) = 173+159+87=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F57 is #5260A8. Grayscale: #9B9B9B. Windows color (decimal): -5398697 or 5742509. OLE color: 5742509.

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

Color convert

RGB17315987-
CMYK00.080.500.32
HSL50.23º34.4%50.98%-
HSV(B)50.23º49.71%67.84%-
XYZ31.3534.3714-
YUV154.9889.64140.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=41.29%
G=37.95%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731598700.080.500.3250.2334.450.98
HexAD9F57083220322233
Octal2552371270106240624263
Binary1010110110011111101011101000110010100000110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F57; }

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

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

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

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

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

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

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

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