#AA929A

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

Shades of Shady Lady #AA929A

Tints of Shady Lady #AA929A

Color information

#AA929A (or 0xAA929A) is unknown color: approx Shady Lady. HEX triplet: AA, 92 and 9A. RGB value is (170,146,154). Sum of RGB (Red+Green+Blue) = 170+146+154=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA929A is #556D65. Grayscale: #9A9A9A. Windows color (decimal): -5598566 or 10130090. OLE color: 10130090.

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

Color convert

RGB170146154-
CMYK00.140.090.33
HSL340º12.37%61.96%-
HSV(B)340º14.12%66.67%-
XYZ32.6931.4434.92-
YUV154.09127.95139.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=36.17%
G=31.06%
B=32.77%

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
Decimal17014615400.140.090.3334012.3761.96
HexAA929A0E921154c3e
Octal25222223201611415241476
Binary1010101010010010100110100111010011000011010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA929A; }

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

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

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

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

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

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

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

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