#AAABB1

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

Shades of Mischka #AAABB1

Tints of Mischka #AAABB1

Color information

#AAABB1 (or 0xAAABB1) is unknown color: approx Mischka. HEX triplet: AA, AB and B1. RGB value is (170,171,177). Sum of RGB (Red+Green+Blue) = 170+171+177=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABB1 is #55544E. Grayscale: #ABABAB. Windows color (decimal): -5592143 or 11643818. OLE color: 11643818.

HSL color Cylindrical-coordinate representation of color #AAABB1: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAABB1 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170171177-
CMYK0.040.0300.31
HSL231.43º4.29%68.04%-
HSV(B)231.43º3.95%69.41%-
XYZ39.0840.8547.42-
YUV171.38131.17127.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=32.82%
G=33.01%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701711770.040.0300.31231.434.2968.04
HexAAABB14301Fe7444
Octal252253261430373474104
Binary10101010101010111011000110011011111111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABB1; }

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

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

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

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

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

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

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

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