#AAB0BA

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

Shades of Mischka #AAB0BA

Tints of Mischka #AAB0BA

Color information

#AAB0BA (or 0xAAB0BA) is unknown color: approx Mischka. HEX triplet: AA, B0 and BA. RGB value is (170,176,186). Sum of RGB (Red+Green+Blue) = 170+176+186=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0BA is #554F45. Grayscale: #AFAFAF. Windows color (decimal): -5590854 or 12234922. OLE color: 12234922.

HSL color Cylindrical-coordinate representation of color #AAB0BA: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB0BA is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170176186-
CMYK0.090.0500.27
HSL217.5º10.39%69.8%-
HSV(B)217.5º8.6%72.94%-
XYZ40.9743.1452.62-
YUV175.35134.01124.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=31.95%
G=33.08%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701761860.090.0500.27217.510.3969.8
HexAAB0BA9501Bdaa46
Octal25226027211503333212106
Binary10101010101100001011101010011010110111101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0BA; }

 p { color: rgb(170,176,186); }

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

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

 a { background-color: rgb(170,176,186); }

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

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

 span { border-color: rgb(170,176,186); }

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