#AD92A1

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

Shades of Shady Lady #AD92A1

Tints of Shady Lady #AD92A1

Color information

#AD92A1 (or 0xAD92A1) is unknown color: approx Shady Lady. HEX triplet: AD, 92 and A1. RGB value is (173,146,161). Sum of RGB (Red+Green+Blue) = 173+146+161=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A1 is #526D5E. Grayscale: #9B9B9B. Windows color (decimal): -5401951 or 10588845. OLE color: 10588845.

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

Color convert

RGB173146161-
CMYK00.160.070.32
HSL326.67º14.14%62.55%-
HSV(B)326.67º15.61%67.84%-
XYZ33.9532.0238.11-
YUV155.78130.95140.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=36.04%
G=30.42%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314616100.160.070.32326.6714.1462.55
HexAD92A1010720147e3f
Octal2552222410207405071677
Binary1010110110010010101000010100001111000001010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92A1; }

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

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

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

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

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

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

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

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