Shades of Spindle #AAC0D2
Tints of Spindle #AAC0D2
RGB
CMYK
RGB Variations
Color information
#AAC0D2 (or 0xAAC0D2) is known color: Spindle. HEX triplet: AA, C0 and D2. RGB value is (170,192,210). Sum of RGB (Red+Green+Blue) = 170+192+210=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAC0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0D2 is #553F2D. Grayscale: #BBBBBB. Windows color (decimal): -5586734 or 13811882. OLE color: 13811882.
HSL color Cylindrical-coordinate representation of color #AAC0D2: hue angle of 207º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC0D2 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 192 | 210 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.18 |
| HSL | 207º | 0.31% | 0.75% | - |
| HSV(B) | 207º | 0.19% | 0.82% | - |
| XYZ | 47.06 | 50.9 | 68.32 | - |
| YUV | 187.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 210 | 0.19 | 0.09 | 0 | 0.18 | 207 | 0.31 | 0.75 |
| Hex | AA | C0 | D2 | 13 | 9 | 0 | 12 | CF | 1F | 4B |
| Octal | 252 | 300 | 322 | 23 | 11 | 0 | 22 | 317 | 37 | 113 |
| Binary | 10101010 | 11000000 | 11010010 | 10011 | 1001 | 0 | 10010 | 11001111 | 11111 | 1001011 |
Color Harmonies of #AAC0D2
Complementary color
Monochromatic Colors of #AAC0D2
Black with #AAC0D2
Text Example
Text Example
White with #AAC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0D2; }
p { color: rgb(170,192,210); }
H1.HeaderClassName
{
color: #AAC0D2;
}
.AnyTagClassName
{
color: #AAC0D2;
}
</style>
background-color css
<style>
a { background-color: #AAC0D2; }
a { background-color: rgb(170,192,210); }
div.DivClassName
{
background-color: #AAC0D2;
}
.BgClassName
{
background-color: #AAC0D2;
}
</style>
border-color css
<style>
span { border-color: #AAC0D2; }
span { border-color: rgb(170,192,210); }
td.TdClassName
{
border-color: #AAC0D2;
}
.TagClassName
{
border-color: #AAC0D2;
}
</style>