#AA929D

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

Shades of Shady Lady #AA929D

Tints of Shady Lady #AA929D

Color information

#AA929D (or 0xAA929D) is unknown color: approx Shady Lady. HEX triplet: AA, 92 and 9D. RGB value is (170,146,157). Sum of RGB (Red+Green+Blue) = 170+146+157=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA929D is #556D62. Grayscale: #9A9A9A. Windows color (decimal): -5598563 or 10326698. OLE color: 10326698.

HSL color Cylindrical-coordinate representation of color #AA929D: hue angle of 332.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA929D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170146157-
CMYK00.140.080.33
HSL332.5º12.37%61.96%-
HSV(B)332.5º14.12%66.67%-
XYZ32.9431.5436.25-
YUV154.43129.45139.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=35.94%
G=30.87%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014615700.140.080.33332.512.3761.96
HexAA929D0E82114cc3e
Octal25222223501610415141476
Binary1010101010010010100111010111010001000011010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA929D; }

 p { color: rgb(170,146,157); }

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

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

 a { background-color: rgb(170,146,157); }

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

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

 span { border-color: rgb(170,146,157); }

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