Shades of Mischka #AEAFB0
Tints of Mischka #AEAFB0
RGB
CMYK
RGB Variations
Color information
#AEAFB0 (or 0xAEAFB0) is known color: Mischka. HEX triplet: AE, AF and B0. RGB value is (174,175,176). Sum of RGB (Red+Green+Blue) = 174+175+176=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFB0 is #51504F. Grayscale: #AEAEAE. Windows color (decimal): -5328976 or 11579310. OLE color: 11579310.
HSL color Cylindrical-coordinate representation of color #AEAFB0: hue angle of 210º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AEAFB0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 175 | 176 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 210º | 0.01% | 0.69% | - |
HSV(B) | 210º | 0.01% | 0.69% | - |
XYZ | 40.62 | 42.79 | 47.19 | - |
YUV | 174.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 175 | 176 | 0.01 | 0.01 | 0 | 0.31 | 210 | 0.01 | 0.69 |
Hex | AE | AF | B0 | 1 | 1 | 0 | 1F | D2 | 1 | 45 |
Octal | 256 | 257 | 260 | 1 | 1 | 0 | 37 | 322 | 1 | 105 |
Binary | 10101110 | 10101111 | 10110000 | 1 | 1 | 0 | 11111 | 11010010 | 1 | 1000101 |
Color Harmonies of #AEAFB0
Complementary color
Monochromatic Colors of #AEAFB0
Black with #AEAFB0
Text Example
Text Example
White with #AEAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAFB0; }
p { color: rgb(174,175,176); }
H1.HeaderClassName
{
color: #AEAFB0;
}
.AnyTagClassName
{
color: #AEAFB0;
}
</style>
background-color css
<style>
a { background-color: #AEAFB0; }
a { background-color: rgb(174,175,176); }
div.DivClassName
{
background-color: #AEAFB0;
}
.BgClassName
{
background-color: #AEAFB0;
}
</style>
border-color css
<style>
span { border-color: #AEAFB0; }
span { border-color: rgb(174,175,176); }
td.TdClassName
{
border-color: #AEAFB0;
}
.TagClassName
{
border-color: #AEAFB0;
}
</style>