#AA919B

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

Shades of Shady Lady #AA919B

Tints of Shady Lady #AA919B

Color information

#AA919B (or 0xAA919B) is unknown color: approx Shady Lady. HEX triplet: AA, 91 and 9B. RGB value is (170,145,155). Sum of RGB (Red+Green+Blue) = 170+145+155=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919B is #556E64. Grayscale: #999999. Windows color (decimal): -5598821 or 10195370. OLE color: 10195370.

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

Color convert

RGB170145155-
CMYK00.150.090.33
HSL336º12.82%61.76%-
HSV(B)336º14.71%66.67%-
XYZ32.6231.1635.31-
YUV153.62128.78139.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=36.17%
G=30.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014515500.150.090.3333612.8261.76
HexAA919B0F921150d3e
Octal25222123301711415201576
Binary1010101010010001100110110111110011000011010100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA919B; }

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

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

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

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

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

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

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

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