#AAABB5

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

Shades of Mischka #AAABB5

Tints of Mischka #AAABB5

Color information

#AAABB5 (or 0xAAABB5) is unknown color: approx Mischka. HEX triplet: AA, AB and B5. RGB value is (170,171,181). Sum of RGB (Red+Green+Blue) = 170+171+181=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABB5 is #55544A. Grayscale: #ABABAB. Windows color (decimal): -5592139 or 11905962. OLE color: 11905962.

HSL color Cylindrical-coordinate representation of color #AAABB5: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAABB5 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170171181-
CMYK0.060.0600.29
HSL234.55º6.92%68.82%-
HSV(B)234.55º6.08%70.98%-
XYZ39.4841.0149.55-
YUV171.84133.17126.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=32.57%
G=32.76%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701711810.060.0600.29234.556.9268.82
HexAAABB56601Deb745
Octal252253265660353537105
Binary101010101010101110110101110110011101111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABB5; }

 p { color: rgb(170,171,181); }

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

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

 a { background-color: rgb(170,171,181); }

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

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

 span { border-color: rgb(170,171,181); }

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