#AD96A1

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

Shades of Shady Lady #AD96A1

Tints of Shady Lady #AD96A1

Color information

#AD96A1 (or 0xAD96A1) is unknown color: approx Shady Lady. HEX triplet: AD, 96 and A1. RGB value is (173,150,161). Sum of RGB (Red+Green+Blue) = 173+150+161=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A1 is #52695E. Grayscale: #9E9E9E. Windows color (decimal): -5400927 or 10589869. OLE color: 10589869.

HSL color Cylindrical-coordinate representation of color #AD96A1: hue angle of 331.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AD96A1 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB173150161-
CMYK00.130.070.32
HSL331.3º12.3%63.33%-
HSV(B)331.3º13.29%67.84%-
XYZ34.5733.2738.32-
YUV158.13129.62138.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=35.74%
G=30.99%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315016100.130.070.32331.312.363.33
HexAD96A10D72014bc3f
Octal2552262410157405131477
Binary101011011001011010100001011011111000001010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96A1; }

 p { color: rgb(173,150,161); }

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

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

 a { background-color: rgb(173,150,161); }

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

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

 span { border-color: rgb(173,150,161); }

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