#AD9756

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

Shades of Husk #AD9756

Tints of Husk #AD9756

Color information

#AD9756 (or 0xAD9756) is unknown color: approx Husk. HEX triplet: AD, 97 and 56. RGB value is (173,151,86). Sum of RGB (Red+Green+Blue) = 173+151+86=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9756 is #5268A9. Grayscale: #969696. Windows color (decimal): -5400746 or 5674925. OLE color: 5674925.

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

Color convert

RGB17315186-
CMYK00.130.500.32
HSL44.83º34.66%50.78%-
HSV(B)44.83º50.29%67.84%-
XYZ29.9831.6913.34-
YUV150.1791.79144.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=42.20%
G=36.83%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731518600.130.500.3244.8334.6650.78
HexAD97560D32202d2333
Octal2552271260156240554363
Binary1010110110010111101011001101110010100000101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9756; }

 p { color: rgb(173,151,86); }

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

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

 a { background-color: rgb(173,151,86); }

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

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

 span { border-color: rgb(173,151,86); }

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