Shades of Heather #AAC3D1
Tints of Heather #AAC3D1
RGB
CMYK
RGB Variations
Color information
#AAC3D1 (or 0xAAC3D1) is known color: Heather. HEX triplet: AA, C3 and D1. RGB value is (170,195,209). Sum of RGB (Red+Green+Blue) = 170+195+209=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3D1 is #553C2E. Grayscale: #BDBDBD. Windows color (decimal): -5585967 or 13747114. OLE color: 13747114.
HSL color Cylindrical-coordinate representation of color #AAC3D1: hue angle of 201.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC3D1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 195 | 209 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.18 |
| HSL | 201.54º | 0.3% | 0.74% | - |
| HSV(B) | 201.54º | 0.19% | 0.82% | - |
| XYZ | 47.6 | 52.18 | 67.88 | - |
| YUV | 189.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 209 | 0.19 | 0.07 | 0 | 0.18 | 201.54 | 0.3 | 0.74 |
| Hex | AA | C3 | D1 | 13 | 7 | 0 | 12 | CA | 1E | 4A |
| Octal | 252 | 303 | 321 | 23 | 7 | 0 | 22 | 312 | 36 | 112 |
| Binary | 10101010 | 11000011 | 11010001 | 10011 | 111 | 0 | 10010 | 11001010 | 11110 | 1001010 |
Color Harmonies of #AAC3D1
Complementary color
Monochromatic Colors of #AAC3D1
Black with #AAC3D1
Text Example
Text Example
White with #AAC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3D1; }
p { color: rgb(170,195,209); }
H1.HeaderClassName
{
color: #AAC3D1;
}
.AnyTagClassName
{
color: #AAC3D1;
}
</style>
background-color css
<style>
a { background-color: #AAC3D1; }
a { background-color: rgb(170,195,209); }
div.DivClassName
{
background-color: #AAC3D1;
}
.BgClassName
{
background-color: #AAC3D1;
}
</style>
border-color css
<style>
span { border-color: #AAC3D1; }
span { border-color: rgb(170,195,209); }
td.TdClassName
{
border-color: #AAC3D1;
}
.TagClassName
{
border-color: #AAC3D1;
}
</style>