Shades of Rainee #AFC7AB
Tints of Rainee #AFC7AB
RGB
CMYK
RGB Variations
Color information
#AFC7AB (or 0xAFC7AB) is known color: Rainee. HEX triplet: AF, C7 and AB. RGB value is (175,199,171). Sum of RGB (Red+Green+Blue) = 175+199+171=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC7AB is #503854. Grayscale: #BCBCBC. Windows color (decimal): -5257301 or 11257775. OLE color: 11257775.
HSL color Cylindrical-coordinate representation of color #AFC7AB: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC7AB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 171 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.22 |
| HSL | 111.43º | 0.2% | 0.73% | - |
| HSV(B) | 111.43º | 0.14% | 0.78% | - |
| XYZ | 45.45 | 52.9 | 46.34 | - |
| YUV | 188.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 171 | 0.12 | 0 | 0.14 | 0.22 | 111.43 | 0.2 | 0.73 |
| Hex | AF | C7 | AB | C | 0 | E | 16 | 6F | 14 | 49 |
| Octal | 257 | 307 | 253 | 14 | 0 | 16 | 26 | 157 | 24 | 111 |
| Binary | 10101111 | 11000111 | 10101011 | 1100 | 0 | 1110 | 10110 | 1101111 | 10100 | 1001001 |
Color Harmonies of #AFC7AB
Complementary color
Monochromatic Colors of #AFC7AB
Black with #AFC7AB
Text Example
Text Example
White with #AFC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7AB; }
p { color: rgb(175,199,171); }
H1.HeaderClassName
{
color: #AFC7AB;
}
.AnyTagClassName
{
color: #AFC7AB;
}
</style>
background-color css
<style>
a { background-color: #AFC7AB; }
a { background-color: rgb(175,199,171); }
div.DivClassName
{
background-color: #AFC7AB;
}
.BgClassName
{
background-color: #AFC7AB;
}
</style>
border-color css
<style>
span { border-color: #AFC7AB; }
span { border-color: rgb(175,199,171); }
td.TdClassName
{
border-color: #AFC7AB;
}
.TagClassName
{
border-color: #AFC7AB;
}
</style>