Shades of Rainee #AFC0AB
Tints of Rainee #AFC0AB
RGB
CMYK
RGB Variations
Color information
#AFC0AB (or 0xAFC0AB) is known color: Rainee. HEX triplet: AF, C0 and AB. RGB value is (175,192,171). Sum of RGB (Red+Green+Blue) = 175+192+171=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AB is #503F54. Grayscale: #B8B8B8. Windows color (decimal): -5259093 or 11255983. OLE color: 11255983.
HSL color Cylindrical-coordinate representation of color #AFC0AB: hue angle of 108.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC0AB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 171 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.25 |
| HSL | 108.57º | 0.14% | 0.71% | - |
| HSV(B) | 108.57º | 0.11% | 0.75% | - |
| XYZ | 43.88 | 49.75 | 45.82 | - |
| YUV | 184.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 171 | 0.09 | 0 | 0.11 | 0.25 | 108.57 | 0.14 | 0.71 |
| Hex | AF | C0 | AB | 9 | 0 | B | 19 | 6D | E | 47 |
| Octal | 257 | 300 | 253 | 11 | 0 | 13 | 31 | 155 | 16 | 107 |
| Binary | 10101111 | 11000000 | 10101011 | 1001 | 0 | 1011 | 11001 | 1101101 | 1110 | 1000111 |
Color Harmonies of #AFC0AB
Complementary color
Monochromatic Colors of #AFC0AB
Black with #AFC0AB
Text Example
Text Example
White with #AFC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0AB; }
p { color: rgb(175,192,171); }
H1.HeaderClassName
{
color: #AFC0AB;
}
.AnyTagClassName
{
color: #AFC0AB;
}
</style>
background-color css
<style>
a { background-color: #AFC0AB; }
a { background-color: rgb(175,192,171); }
div.DivClassName
{
background-color: #AFC0AB;
}
.BgClassName
{
background-color: #AFC0AB;
}
</style>
border-color css
<style>
span { border-color: #AFC0AB; }
span { border-color: rgb(175,192,171); }
td.TdClassName
{
border-color: #AFC0AB;
}
.TagClassName
{
border-color: #AFC0AB;
}
</style>