#AA9098

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

Shades of Shady Lady #AA9098

Tints of Shady Lady #AA9098

Color information

#AA9098 (or 0xAA9098) is unknown color: approx Shady Lady. HEX triplet: AA, 90 and 98. RGB value is (170,144,152). Sum of RGB (Red+Green+Blue) = 170+144+152=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9098 is #556F67. Grayscale: #989898. Windows color (decimal): -5599080 or 9998506. OLE color: 9998506.

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

Color convert

RGB170144152-
CMYK00.150.110.33
HSL341.54º13.27%61.57%-
HSV(B)341.54º15.29%66.67%-
XYZ32.2230.7633.94-
YUV152.69127.61140.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=36.48%
G=30.90%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014415200.150.110.33341.5413.2761.57
HexAA90980FB21156d3e
Octal25222023001713415261576
Binary1010101010010000100110000111110111000011010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9098; }

 p { color: rgb(170,144,152); }

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

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

 a { background-color: rgb(170,144,152); }

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

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

 span { border-color: rgb(170,144,152); }

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