Shades of Spindle #AABACF
Tints of Spindle #AABACF
RGB
CMYK
RGB Variations
Color information
#AABACF (or 0xAABACF) is known color: Spindle. HEX triplet: AA, BA and CF. RGB value is (170,186,207). Sum of RGB (Red+Green+Blue) = 170+186+207=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACF is #554530. Grayscale: #B7B7B7. Windows color (decimal): -5588273 or 13613738. OLE color: 13613738.
HSL color Cylindrical-coordinate representation of color #AABACF: hue angle of 214.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABACF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 186 | 207 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.19 |
| HSL | 214.05º | 0.28% | 0.74% | - |
| HSV(B) | 214.05º | 0.18% | 0.81% | - |
| XYZ | 45.4 | 48.17 | 65.94 | - |
| YUV | 183.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 207 | 0.18 | 0.10 | 0 | 0.19 | 214.05 | 0.28 | 0.74 |
| Hex | AA | BA | CF | 12 | A | 0 | 13 | D6 | 1C | 4A |
| Octal | 252 | 272 | 317 | 22 | 12 | 0 | 23 | 326 | 34 | 112 |
| Binary | 10101010 | 10111010 | 11001111 | 10010 | 1010 | 0 | 10011 | 11010110 | 11100 | 1001010 |
Color Harmonies of #AABACF
Complementary color
Monochromatic Colors of #AABACF
Black with #AABACF
Text Example
Text Example
White with #AABACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABACF; }
p { color: rgb(170,186,207); }
H1.HeaderClassName
{
color: #AABACF;
}
.AnyTagClassName
{
color: #AABACF;
}
</style>
background-color css
<style>
a { background-color: #AABACF; }
a { background-color: rgb(170,186,207); }
div.DivClassName
{
background-color: #AABACF;
}
.BgClassName
{
background-color: #AABACF;
}
</style>
border-color css
<style>
span { border-color: #AABACF; }
span { border-color: rgb(170,186,207); }
td.TdClassName
{
border-color: #AABACF;
}
.TagClassName
{
border-color: #AABACF;
}
</style>