Shades of Rainee #AFBAAA
Tints of Rainee #AFBAAA
RGB
CMYK
RGB Variations
Color information
#AFBAAA (or 0xAFBAAA) is known color: Rainee. HEX triplet: AF, BA and AA. RGB value is (175,186,170). Sum of RGB (Red+Green+Blue) = 175+186+170=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAAA is #504555. Grayscale: #B4B4B4. Windows color (decimal): -5260630 or 11188911. OLE color: 11188911.
HSL color Cylindrical-coordinate representation of color #AFBAAA: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBAAA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 170 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.27 |
| HSL | 101.25º | 0.1% | 0.7% | - |
| HSV(B) | 101.25º | 0.09% | 0.73% | - |
| XYZ | 42.49 | 47.13 | 44.89 | - |
| YUV | 180.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 170 | 0.06 | 0 | 0.09 | 0.27 | 101.25 | 0.1 | 0.7 |
| Hex | AF | BA | AA | 6 | 0 | 9 | 1B | 65 | A | 46 |
| Octal | 257 | 272 | 252 | 6 | 0 | 11 | 33 | 145 | 12 | 106 |
| Binary | 10101111 | 10111010 | 10101010 | 110 | 0 | 1001 | 11011 | 1100101 | 1010 | 1000110 |
Color Harmonies of #AFBAAA
Complementary color
Monochromatic Colors of #AFBAAA
Black with #AFBAAA
Text Example
Text Example
White with #AFBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAAA; }
p { color: rgb(175,186,170); }
H1.HeaderClassName
{
color: #AFBAAA;
}
.AnyTagClassName
{
color: #AFBAAA;
}
</style>
background-color css
<style>
a { background-color: #AFBAAA; }
a { background-color: rgb(175,186,170); }
div.DivClassName
{
background-color: #AFBAAA;
}
.BgClassName
{
background-color: #AFBAAA;
}
</style>
border-color css
<style>
span { border-color: #AFBAAA; }
span { border-color: rgb(175,186,170); }
td.TdClassName
{
border-color: #AFBAAA;
}
.TagClassName
{
border-color: #AFBAAA;
}
</style>