#AD90A0

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

Shades of Shady Lady #AD90A0

Tints of Shady Lady #AD90A0

Color information

#AD90A0 (or 0xAD90A0) is unknown color: approx Shady Lady. HEX triplet: AD, 90 and A0. RGB value is (173,144,160). Sum of RGB (Red+Green+Blue) = 173+144+160=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A0 is #526F5F. Grayscale: #9A9A9A. Windows color (decimal): -5402464 or 10522797. OLE color: 10522797.

HSL color Cylindrical-coordinate representation of color #AD90A0: hue angle of 326.9º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90A0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB173144160-
CMYK00.170.080.32
HSL326.9º15.03%62.16%-
HSV(B)326.9º16.76%67.84%-
XYZ33.5531.3737.54-
YUV154.5131.11141.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=36.27%
G=30.19%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314416000.170.080.32326.915.0362.16
HexAD90A0011820147f3e
Octal25522024002110405071776
Binary10101101100100001010000001000110001000001010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90A0; }

 p { color: rgb(173,144,160); }

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

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

 a { background-color: rgb(173,144,160); }

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

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

 span { border-color: rgb(173,144,160); }

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