#AAAFB4

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

Shades of Mischka #AAAFB4

Tints of Mischka #AAAFB4

Color information

#AAAFB4 (or 0xAAAFB4) is unknown color: approx Mischka. HEX triplet: AA, AF and B4. RGB value is (170,175,180). Sum of RGB (Red+Green+Blue) = 170+175+180=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFB4 is #55504B. Grayscale: #AEAEAE. Windows color (decimal): -5591116 or 11841450. OLE color: 11841450.

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

Color convert

RGB170175180-
CMYK0.060.0300.29
HSL210º6.25%68.63%-
HSV(B)210º5.56%70.59%-
XYZ40.1542.549.27-
YUV174.08131.34125.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701751800.060.0300.292106.2568.63
HexAAAFB46301Dd2645
Octal252257264630353226105
Binary10101010101011111011010011011011101110100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFB4; }

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

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

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

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

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

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

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

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