#AD929A

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

Shades of Shady Lady #AD929A

Tints of Shady Lady #AD929A

Color information

#AD929A (or 0xAD929A) is unknown color: approx Shady Lady. HEX triplet: AD, 92 and 9A. RGB value is (173,146,154). Sum of RGB (Red+Green+Blue) = 173+146+154=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD929A is #526D65. Grayscale: #9A9A9A. Windows color (decimal): -5401958 or 10130093. OLE color: 10130093.

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

Color convert

RGB173146154-
CMYK00.160.110.32
HSL342.22º14.14%62.55%-
HSV(B)342.22º15.61%67.84%-
XYZ33.3531.7834.95-
YUV154.99127.45140.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=36.58%
G=30.87%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314615400.160.110.32342.2214.1462.55
HexAD929A010B20156e3f
Octal25522223202013405261677
Binary10101101100100101001101001000010111000001010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD929A; }

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

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

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

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

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

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

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

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