#AAABB4

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

Shades of Mischka #AAABB4

Tints of Mischka #AAABB4

Color information

#AAABB4 (or 0xAAABB4) is unknown color: approx Mischka. HEX triplet: AA, AB and B4. RGB value is (170,171,180). Sum of RGB (Red+Green+Blue) = 170+171+180=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABB4 is #55544B. Grayscale: #ABABAB. Windows color (decimal): -5592140 or 11840426. OLE color: 11840426.

HSL color Cylindrical-coordinate representation of color #AAABB4: hue angle of 234º degrees, saturation: 0.06, 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 #AAABB4 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170171180-
CMYK0.060.0500.29
HSL234º6.25%68.63%-
HSV(B)234º5.56%70.59%-
XYZ39.3840.9749.01-
YUV171.73132.67126.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=32.63%
G=32.82%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701711800.060.0500.292346.2568.63
HexAAABB46501Dea645
Octal252253264650353526105
Binary101010101010101110110100110101011101111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABB4; }

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

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

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

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

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

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

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

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