#AAACBB

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

Shades of Mischka #AAACBB

Tints of Mischka #AAACBB

Color information

#AAACBB (or 0xAAACBB) is unknown color: approx Mischka. HEX triplet: AA, AC and BB. RGB value is (170,172,187). Sum of RGB (Red+Green+Blue) = 170+172+187=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACBB is #555344. Grayscale: #ADADAD. Windows color (decimal): -5591877 or 12299434. OLE color: 12299434.

HSL color Cylindrical-coordinate representation of color #AAACBB: hue angle of 232.94º degrees, saturation: 0.11, 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 #AAACBB is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170172187-
CMYK0.090.0800.27
HSL232.94º11.11%70%-
HSV(B)232.94º9.09%73.33%-
XYZ40.341.6452.93-
YUV173.11135.84125.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=32.14%
G=32.51%
B=35.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701721870.090.0800.27232.9411.1170
HexAAACBB9801Be9b46
Octal252254273111003335113106
Binary101010101010110010111011100110000110111110100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACBB; }

 p { color: rgb(170,172,187); }

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

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

 a { background-color: rgb(170,172,187); }

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

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

 span { border-color: rgb(170,172,187); }

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