Shades of Rainee #AFC1AB
Tints of Rainee #AFC1AB
RGB
CMYK
RGB Variations
Color information
#AFC1AB (or 0xAFC1AB) is known color: Rainee. HEX triplet: AF, C1 and AB. RGB value is (175,193,171). Sum of RGB (Red+Green+Blue) = 175+193+171=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC1AB is #503E54. Grayscale: #B9B9B9. Windows color (decimal): -5258837 or 11256239. OLE color: 11256239.
HSL color Cylindrical-coordinate representation of color #AFC1AB: hue angle of 109.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC1AB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 171 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.24 |
| HSL | 109.09º | 0.15% | 0.71% | - |
| HSV(B) | 109.09º | 0.11% | 0.76% | - |
| XYZ | 44.1 | 50.19 | 45.89 | - |
| YUV | 185.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 171 | 0.09 | 0 | 0.11 | 0.24 | 109.09 | 0.15 | 0.71 |
| Hex | AF | C1 | AB | 9 | 0 | B | 18 | 6D | F | 47 |
| Octal | 257 | 301 | 253 | 11 | 0 | 13 | 30 | 155 | 17 | 107 |
| Binary | 10101111 | 11000001 | 10101011 | 1001 | 0 | 1011 | 11000 | 1101101 | 1111 | 1000111 |
Color Harmonies of #AFC1AB
Complementary color
Monochromatic Colors of #AFC1AB
Black with #AFC1AB
Text Example
Text Example
White with #AFC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1AB; }
p { color: rgb(175,193,171); }
H1.HeaderClassName
{
color: #AFC1AB;
}
.AnyTagClassName
{
color: #AFC1AB;
}
</style>
background-color css
<style>
a { background-color: #AFC1AB; }
a { background-color: rgb(175,193,171); }
div.DivClassName
{
background-color: #AFC1AB;
}
.BgClassName
{
background-color: #AFC1AB;
}
</style>
border-color css
<style>
span { border-color: #AFC1AB; }
span { border-color: rgb(175,193,171); }
td.TdClassName
{
border-color: #AFC1AB;
}
.TagClassName
{
border-color: #AFC1AB;
}
</style>