Shades of Rainee #AFC9A9
Tints of Rainee #AFC9A9
RGB
CMYK
RGB Variations
Color information
#AFC9A9 (or 0xAFC9A9) is known color: Rainee. HEX triplet: AF, C9 and A9. RGB value is (175,201,169). Sum of RGB (Red+Green+Blue) = 175+201+169=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9A9 is #503656. Grayscale: #BDBDBD. Windows color (decimal): -5256791 or 11127215. OLE color: 11127215.
HSL color Cylindrical-coordinate representation of color #AFC9A9: hue angle of 108.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC9A9 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 169 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.21 |
| HSL | 108.75º | 0.23% | 0.73% | - |
| HSV(B) | 108.75º | 0.16% | 0.79% | - |
| XYZ | 45.73 | 53.75 | 45.5 | - |
| YUV | 189.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 169 | 0.13 | 0 | 0.16 | 0.21 | 108.75 | 0.23 | 0.73 |
| Hex | AF | C9 | A9 | D | 0 | 10 | 15 | 6D | 17 | 49 |
| Octal | 257 | 311 | 251 | 15 | 0 | 20 | 25 | 155 | 27 | 111 |
| Binary | 10101111 | 11001001 | 10101001 | 1101 | 0 | 10000 | 10101 | 1101101 | 10111 | 1001001 |
Color Harmonies of #AFC9A9
Complementary color
Monochromatic Colors of #AFC9A9
Black with #AFC9A9
Text Example
Text Example
White with #AFC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9A9; }
p { color: rgb(175,201,169); }
H1.HeaderClassName
{
color: #AFC9A9;
}
.AnyTagClassName
{
color: #AFC9A9;
}
</style>
background-color css
<style>
a { background-color: #AFC9A9; }
a { background-color: rgb(175,201,169); }
div.DivClassName
{
background-color: #AFC9A9;
}
.BgClassName
{
background-color: #AFC9A9;
}
</style>
border-color css
<style>
span { border-color: #AFC9A9; }
span { border-color: rgb(175,201,169); }
td.TdClassName
{
border-color: #AFC9A9;
}
.TagClassName
{
border-color: #AFC9A9;
}
</style>