Shades of Rainee #AAC0A8
Tints of Rainee #AAC0A8
RGB
CMYK
RGB Variations
Color information
#AAC0A8 (or 0xAAC0A8) is known color: Rainee. HEX triplet: AA, C0 and A8. RGB value is (170,192,168). Sum of RGB (Red+Green+Blue) = 170+192+168=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0A8 is #553F57. Grayscale: #B6B6B6. Windows color (decimal): -5586776 or 11059370. OLE color: 11059370.
HSL color Cylindrical-coordinate representation of color #AAC0A8: hue angle of 115º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC0A8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 168 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.25 |
| HSL | 115º | 0.16% | 0.71% | - |
| HSV(B) | 115º | 0.13% | 0.75% | - |
| XYZ | 42.5 | 49.07 | 44.28 | - |
| YUV | 182.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 168 | 0.11 | 0 | 0.12 | 0.25 | 115 | 0.16 | 0.71 |
| Hex | AA | C0 | A8 | B | 0 | C | 19 | 73 | 10 | 47 |
| Octal | 252 | 300 | 250 | 13 | 0 | 14 | 31 | 163 | 20 | 107 |
| Binary | 10101010 | 11000000 | 10101000 | 1011 | 0 | 1100 | 11001 | 1110011 | 10000 | 1000111 |
Color Harmonies of #AAC0A8
Complementary color
Monochromatic Colors of #AAC0A8
Black with #AAC0A8
Text Example
Text Example
White with #AAC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0A8; }
p { color: rgb(170,192,168); }
H1.HeaderClassName
{
color: #AAC0A8;
}
.AnyTagClassName
{
color: #AAC0A8;
}
</style>
background-color css
<style>
a { background-color: #AAC0A8; }
a { background-color: rgb(170,192,168); }
div.DivClassName
{
background-color: #AAC0A8;
}
.BgClassName
{
background-color: #AAC0A8;
}
</style>
border-color css
<style>
span { border-color: #AAC0A8; }
span { border-color: rgb(170,192,168); }
td.TdClassName
{
border-color: #AAC0A8;
}
.TagClassName
{
border-color: #AAC0A8;
}
</style>