Shades of Mischka #AEAFB5
Tints of Mischka #AEAFB5
RGB
CMYK
RGB Variations
Color information
#AEAFB5 (or 0xAEAFB5) is known color: Mischka. HEX triplet: AE, AF and B5. RGB value is (174,175,181). Sum of RGB (Red+Green+Blue) = 174+175+181=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFB5 is #51504A. Grayscale: #AFAFAF. Windows color (decimal): -5328971 or 11906990. OLE color: 11906990.
HSL color Cylindrical-coordinate representation of color #AEAFB5: hue angle of 231.43º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEAFB5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 175 | 181 | - |
CMYK | 0.04 | 0.03 | 0 | 0.29 |
HSL | 231.43º | 0.05% | 0.7% | - |
HSV(B) | 231.43º | 0.04% | 0.71% | - |
XYZ | 41.13 | 42.99 | 49.85 | - |
YUV | 175.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 175 | 181 | 0.04 | 0.03 | 0 | 0.29 | 231.43 | 0.05 | 0.7 |
Hex | AE | AF | B5 | 4 | 3 | 0 | 1D | E7 | 5 | 46 |
Octal | 256 | 257 | 265 | 4 | 3 | 0 | 35 | 347 | 5 | 106 |
Binary | 10101110 | 10101111 | 10110101 | 100 | 11 | 0 | 11101 | 11100111 | 101 | 1000110 |
Color Harmonies of #AEAFB5
Complementary color
Monochromatic Colors of #AEAFB5
Black with #AEAFB5
Text Example
Text Example
White with #AEAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFB5; }
p { color: rgb(174,175,181); }
H1.HeaderClassName
{
color: #AEAFB5;
}
.AnyTagClassName
{
color: #AEAFB5;
}
</style>
background-color css
<style>
a { background-color: #AEAFB5; }
a { background-color: rgb(174,175,181); }
div.DivClassName
{
background-color: #AEAFB5;
}
.BgClassName
{
background-color: #AEAFB5;
}
</style>
border-color css
<style>
span { border-color: #AEAFB5; }
span { border-color: rgb(174,175,181); }
td.TdClassName
{
border-color: #AEAFB5;
}
.TagClassName
{
border-color: #AEAFB5;
}
</style>