#AD9D55

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

Shades of Husk #AD9D55

Tints of Husk #AD9D55

Color information

#AD9D55 (or 0xAD9D55) is unknown color: approx Husk. HEX triplet: AD, 9D and 55. RGB value is (173,157,85). Sum of RGB (Red+Green+Blue) = 173+157+85=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D55 is #5262AA. Grayscale: #999999. Windows color (decimal): -5399211 or 5610925. OLE color: 5610925.

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

Color convert

RGB17315785-
CMYK00.090.510.32
HSL49.09º34.92%50.59%-
HSV(B)49.09º50.87%67.84%-
XYZ30.9333.6513.46-
YUV153.5889.3141.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=41.69%
G=37.83%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731578500.090.510.3249.0934.9250.59
HexAD9D55093320312333
Octal2552351250116340614363
Binary1010110110011101101010101001110011100000110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D55; }

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

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

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

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

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

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

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

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