#AD9552

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

Shades of Husk #AD9552

Tints of Husk #AD9552

Color information

#AD9552 (or 0xAD9552) is unknown color: approx Husk. HEX triplet: AD, 95 and 52. RGB value is (173,149,82). Sum of RGB (Red+Green+Blue) = 173+149+82=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9552 is #526AAD. Grayscale: #949494. Windows color (decimal): -5401262 or 5412269. OLE color: 5412269.

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

Color convert

RGB17314982-
CMYK00.140.530.32
HSL44.18º35.69%50%-
HSV(B)44.18º52.6%67.84%-
XYZ29.530.9912.41-
YUV148.5490.45145.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=42.82%
G=36.88%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731498200.140.530.3244.1835.6950
HexAD95520E35202c2432
Octal2552251220166540544462
Binary1010110110010101101001001110110101100000101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9552; }

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

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

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

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

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

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

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

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