Shades of Mischka #AAACB5
Tints of Mischka #AAACB5
RGB
CMYK
RGB Variations
Color information
#AAACB5 (or 0xAAACB5) is known color: Mischka. HEX triplet: AA, AC and B5. RGB value is (170,172,181). Sum of RGB (Red+Green+Blue) = 170+172+181=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACB5 is #55534A. Grayscale: #ACACAC. Windows color (decimal): -5591883 or 11906218. OLE color: 11906218.
HSL color Cylindrical-coordinate representation of color #AAACB5: hue angle of 229.09º degrees, saturation: 0.07, 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 #AAACB5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 172 | 181 | - |
CMYK | 0.06 | 0.05 | 0 | 0.29 |
HSL | 229.09º | 0.07% | 0.69% | - |
HSV(B) | 229.09º | 0.06% | 0.71% | - |
XYZ | 39.67 | 41.39 | 49.61 | - |
YUV | 172.43 | 132.84 | 126.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 172 | 181 | 0.06 | 0.05 | 0 | 0.29 | 229.09 | 0.07 | 0.69 |
Hex | AA | AC | B5 | 6 | 5 | 0 | 1D | E5 | 7 | 45 |
Octal | 252 | 254 | 265 | 6 | 5 | 0 | 35 | 345 | 7 | 105 |
Binary | 10101010 | 10101100 | 10110101 | 110 | 101 | 0 | 11101 | 11100101 | 111 | 1000101 |
Color Harmonies of #AAACB5
Complementary color
Monochromatic Colors of #AAACB5
Black with #AAACB5
Text Example
Text Example
White with #AAACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACB5; }
p { color: rgb(170,172,181); }
H1.HeaderClassName
{
color: #AAACB5;
}
.AnyTagClassName
{
color: #AAACB5;
}
</style>
background-color css
<style>
a { background-color: #AAACB5; }
a { background-color: rgb(170,172,181); }
div.DivClassName
{
background-color: #AAACB5;
}
.BgClassName
{
background-color: #AAACB5;
}
</style>
border-color css
<style>
span { border-color: #AAACB5; }
span { border-color: rgb(170,172,181); }
td.TdClassName
{
border-color: #AAACB5;
}
.TagClassName
{
border-color: #AAACB5;
}
</style>