Shades of Heather #AAC3CC
Tints of Heather #AAC3CC
RGB
CMYK
RGB Variations
Color information
#AAC3CC (or 0xAAC3CC) is known color: Heather. HEX triplet: AA, C3 and CC. RGB value is (170,195,204). Sum of RGB (Red+Green+Blue) = 170+195+204=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3CC is #553C33. Grayscale: #BCBCBC. Windows color (decimal): -5585972 or 13419434. OLE color: 13419434.
HSL color Cylindrical-coordinate representation of color #AAC3CC: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC3CC is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 195 | 204 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.2 |
| HSL | 195.88º | 0.25% | 0.73% | - |
| HSV(B) | 195.88º | 0.17% | 0.8% | - |
| XYZ | 46.99 | 51.94 | 64.67 | - |
| YUV | 188.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 204 | 0.17 | 0.04 | 0 | 0.2 | 195.88 | 0.25 | 0.73 |
| Hex | AA | C3 | CC | 11 | 4 | 0 | 14 | C4 | 19 | 49 |
| Octal | 252 | 303 | 314 | 21 | 4 | 0 | 24 | 304 | 31 | 111 |
| Binary | 10101010 | 11000011 | 11001100 | 10001 | 100 | 0 | 10100 | 11000100 | 11001 | 1001001 |
Color Harmonies of #AAC3CC
Complementary color
Monochromatic Colors of #AAC3CC
Black with #AAC3CC
Text Example
Text Example
White with #AAC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3CC; }
p { color: rgb(170,195,204); }
H1.HeaderClassName
{
color: #AAC3CC;
}
.AnyTagClassName
{
color: #AAC3CC;
}
</style>
background-color css
<style>
a { background-color: #AAC3CC; }
a { background-color: rgb(170,195,204); }
div.DivClassName
{
background-color: #AAC3CC;
}
.BgClassName
{
background-color: #AAC3CC;
}
</style>
border-color css
<style>
span { border-color: #AAC3CC; }
span { border-color: rgb(170,195,204); }
td.TdClassName
{
border-color: #AAC3CC;
}
.TagClassName
{
border-color: #AAC3CC;
}
</style>