#AD9C57

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

Shades of Husk #AD9C57

Tints of Husk #AD9C57

Color information

#AD9C57 (or 0xAD9C57) is unknown color: approx Husk. HEX triplet: AD, 9C and 57. RGB value is (173,156,87). Sum of RGB (Red+Green+Blue) = 173+156+87=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C57 is #5263A8. Grayscale: #999999. Windows color (decimal): -5399465 or 5741741. OLE color: 5741741.

HSL color Cylindrical-coordinate representation of color #AD9C57: hue angle of 48.14º 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 #AD9C57 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17315687-
CMYK00.100.500.32
HSL48.14º34.4%50.98%-
HSV(B)48.14º49.71%67.84%-
XYZ30.8433.3513.83-
YUV153.2290.63142.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=41.59%
G=37.5%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731568700.100.500.3248.1434.450.98
HexAD9C570A3220302233
Octal2552341270126240604263
Binary1010110110011100101011101010110010100000110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C57; }

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

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

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

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

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

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

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

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