#AD92A0

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

Shades of Shady Lady #AD92A0

Tints of Shady Lady #AD92A0

Color information

#AD92A0 (or 0xAD92A0) is unknown color: approx Shady Lady. HEX triplet: AD, 92 and A0. RGB value is (173,146,160). Sum of RGB (Red+Green+Blue) = 173+146+160=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A0 is #526D5F. Grayscale: #9B9B9B. Windows color (decimal): -5401952 or 10523309. OLE color: 10523309.

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

Color convert

RGB173146160-
CMYK00.160.080.32
HSL328.89º14.14%62.55%-
HSV(B)328.89º15.61%67.84%-
XYZ33.8631.9837.65-
YUV155.67130.45140.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=36.12%
G=30.48%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314616000.160.080.32328.8914.1462.55
HexAD92A0010820149e3f
Octal25522224002010405111677
Binary10101101100100101010000001000010001000001010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92A0; }

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

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

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

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

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

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

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

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