#AA929C

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

Shades of Shady Lady #AA929C

Tints of Shady Lady #AA929C

Color information

#AA929C (or 0xAA929C) is unknown color: approx Shady Lady. HEX triplet: AA, 92 and 9C. RGB value is (170,146,156). Sum of RGB (Red+Green+Blue) = 170+146+156=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA929C is #556D63. Grayscale: #9A9A9A. Windows color (decimal): -5598564 or 10261162. OLE color: 10261162.

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

Color convert

RGB170146156-
CMYK00.140.080.33
HSL335º12.37%61.96%-
HSV(B)335º14.12%66.67%-
XYZ32.8631.535.8-
YUV154.32128.95139.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=36.02%
G=30.93%
B=33.05%

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
Decimal17014615600.140.080.3333512.3761.96
HexAA929C0E82114fc3e
Octal25222223401610415171476
Binary1010101010010010100111000111010001000011010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA929C; }

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

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

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

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

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

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

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

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