#AA929B

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

Shades of Shady Lady #AA929B

Tints of Shady Lady #AA929B

Color information

#AA929B (or 0xAA929B) is unknown color: approx Shady Lady. HEX triplet: AA, 92 and 9B. RGB value is (170,146,155). Sum of RGB (Red+Green+Blue) = 170+146+155=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA929B is #556D64. Grayscale: #9A9A9A. Windows color (decimal): -5598565 or 10195626. OLE color: 10195626.

HSL color Cylindrical-coordinate representation of color #AA929B: hue angle of 337.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 #AA929B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170146155-
CMYK00.140.090.33
HSL337.5º12.37%61.96%-
HSV(B)337.5º14.12%66.67%-
XYZ32.7731.4735.36-
YUV154.2128.45139.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=36.09%
G=31.00%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014615500.140.090.33337.512.3761.96
HexAA929B0E921152c3e
Octal25222223301611415221476
Binary1010101010010010100110110111010011000011010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA929B; }

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

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

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

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

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

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

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

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