Shades of Rainee #AFC4AB
Tints of Rainee #AFC4AB
RGB
CMYK
RGB Variations
Color information
#AFC4AB (or 0xAFC4AB) is known color: Rainee. HEX triplet: AF, C4 and AB. RGB value is (175,196,171). Sum of RGB (Red+Green+Blue) = 175+196+171=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AB is #503B54. Grayscale: #BABABA. Windows color (decimal): -5258069 or 11257007. OLE color: 11257007.
HSL color Cylindrical-coordinate representation of color #AFC4AB: hue angle of 110.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC4AB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 171 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.23 |
| HSL | 110.4º | 0.17% | 0.72% | - |
| HSV(B) | 110.4º | 0.13% | 0.77% | - |
| XYZ | 44.77 | 51.53 | 46.12 | - |
| YUV | 186.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 171 | 0.11 | 0 | 0.13 | 0.23 | 110.4 | 0.17 | 0.72 |
| Hex | AF | C4 | AB | B | 0 | D | 17 | 6E | 11 | 48 |
| Octal | 257 | 304 | 253 | 13 | 0 | 15 | 27 | 156 | 21 | 110 |
| Binary | 10101111 | 11000100 | 10101011 | 1011 | 0 | 1101 | 10111 | 1101110 | 10001 | 1001000 |
Color Harmonies of #AFC4AB
Complementary color
Monochromatic Colors of #AFC4AB
Black with #AFC4AB
Text Example
Text Example
White with #AFC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4AB; }
p { color: rgb(175,196,171); }
H1.HeaderClassName
{
color: #AFC4AB;
}
.AnyTagClassName
{
color: #AFC4AB;
}
</style>
background-color css
<style>
a { background-color: #AFC4AB; }
a { background-color: rgb(175,196,171); }
div.DivClassName
{
background-color: #AFC4AB;
}
.BgClassName
{
background-color: #AFC4AB;
}
</style>
border-color css
<style>
span { border-color: #AFC4AB; }
span { border-color: rgb(175,196,171); }
td.TdClassName
{
border-color: #AFC4AB;
}
.TagClassName
{
border-color: #AFC4AB;
}
</style>