Shades of Rainee #AFC4A9
Tints of Rainee #AFC4A9
RGB
CMYK
RGB Variations
Color information
#AFC4A9 (or 0xAFC4A9) is known color: Rainee. HEX triplet: AF, C4 and A9. RGB value is (175,196,169). Sum of RGB (Red+Green+Blue) = 175+196+169=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A9 is #503B56. Grayscale: #BABABA. Windows color (decimal): -5258071 or 11125935. OLE color: 11125935.
HSL color Cylindrical-coordinate representation of color #AFC4A9: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC4A9 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 169 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.23 |
| HSL | 106.67º | 0.19% | 0.72% | - |
| HSV(B) | 106.67º | 0.14% | 0.77% | - |
| XYZ | 44.58 | 51.46 | 45.12 | - |
| YUV | 186.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 169 | 0.11 | 0 | 0.14 | 0.23 | 106.67 | 0.19 | 0.72 |
| Hex | AF | C4 | A9 | B | 0 | E | 17 | 6B | 13 | 48 |
| Octal | 257 | 304 | 251 | 13 | 0 | 16 | 27 | 153 | 23 | 110 |
| Binary | 10101111 | 11000100 | 10101001 | 1011 | 0 | 1110 | 10111 | 1101011 | 10011 | 1001000 |
Color Harmonies of #AFC4A9
Complementary color
Monochromatic Colors of #AFC4A9
Black with #AFC4A9
Text Example
Text Example
White with #AFC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4A9; }
p { color: rgb(175,196,169); }
H1.HeaderClassName
{
color: #AFC4A9;
}
.AnyTagClassName
{
color: #AFC4A9;
}
</style>
background-color css
<style>
a { background-color: #AFC4A9; }
a { background-color: rgb(175,196,169); }
div.DivClassName
{
background-color: #AFC4A9;
}
.BgClassName
{
background-color: #AFC4A9;
}
</style>
border-color css
<style>
span { border-color: #AFC4A9; }
span { border-color: rgb(175,196,169); }
td.TdClassName
{
border-color: #AFC4A9;
}
.TagClassName
{
border-color: #AFC4A9;
}
</style>