#AAAFBB

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

Shades of Mischka #AAAFBB

Tints of Mischka #AAAFBB

Color information

#AAAFBB (or 0xAAAFBB) is unknown color: approx Mischka. HEX triplet: AA, AF and BB. RGB value is (170,175,187). Sum of RGB (Red+Green+Blue) = 170+175+187=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFBB is #555044. Grayscale: #AEAEAE. Windows color (decimal): -5591109 or 12300202. OLE color: 12300202.

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

Color convert

RGB170175187-
CMYK0.090.0600.27
HSL222.35º11.11%70%-
HSV(B)222.35º9.09%73.33%-
XYZ40.8842.7953.12-
YUV174.87134.84124.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=31.95%
G=32.89%
B=35.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701751870.090.0600.27222.3511.1170
HexAAAFBB9601Bdeb46
Octal25225727311603333613106
Binary10101010101011111011101110011100110111101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFBB; }

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

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

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

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

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

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

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

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