Shades of Rainee #AABFA8
Tints of Rainee #AABFA8
RGB
CMYK
RGB Variations
Color information
#AABFA8 (or 0xAABFA8) is known color: Rainee. HEX triplet: AA, BF and A8. RGB value is (170,191,168). Sum of RGB (Red+Green+Blue) = 170+191+168=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA8 is #554057. Grayscale: #B6B6B6. Windows color (decimal): -5587032 or 11059114. OLE color: 11059114.
HSL color Cylindrical-coordinate representation of color #AABFA8: hue angle of 114.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABFA8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 168 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.25 |
| HSL | 114.78º | 0.15% | 0.7% | - |
| HSV(B) | 114.78º | 0.12% | 0.75% | - |
| XYZ | 42.28 | 48.63 | 44.21 | - |
| YUV | 182.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 168 | 0.11 | 0 | 0.12 | 0.25 | 114.78 | 0.15 | 0.7 |
| Hex | AA | BF | A8 | B | 0 | C | 19 | 73 | F | 46 |
| Octal | 252 | 277 | 250 | 13 | 0 | 14 | 31 | 163 | 17 | 106 |
| Binary | 10101010 | 10111111 | 10101000 | 1011 | 0 | 1100 | 11001 | 1110011 | 1111 | 1000110 |
Color Harmonies of #AABFA8
Complementary color
Monochromatic Colors of #AABFA8
Black with #AABFA8
Text Example
Text Example
White with #AABFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFA8; }
p { color: rgb(170,191,168); }
H1.HeaderClassName
{
color: #AABFA8;
}
.AnyTagClassName
{
color: #AABFA8;
}
</style>
background-color css
<style>
a { background-color: #AABFA8; }
a { background-color: rgb(170,191,168); }
div.DivClassName
{
background-color: #AABFA8;
}
.BgClassName
{
background-color: #AABFA8;
}
</style>
border-color css
<style>
span { border-color: #AABFA8; }
span { border-color: rgb(170,191,168); }
td.TdClassName
{
border-color: #AABFA8;
}
.TagClassName
{
border-color: #AABFA8;
}
</style>