Shades of Rainee #AFC8AB
Tints of Rainee #AFC8AB
RGB
CMYK
RGB Variations
Color information
#AFC8AB (or 0xAFC8AB) is known color: Rainee. HEX triplet: AF, C8 and AB. RGB value is (175,200,171). Sum of RGB (Red+Green+Blue) = 175+200+171=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AB is #503754. Grayscale: #BDBDBD. Windows color (decimal): -5257045 or 11258031. OLE color: 11258031.
HSL color Cylindrical-coordinate representation of color #AFC8AB: hue angle of 111.72º degrees, saturation: 0.21, 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 #AFC8AB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 171 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.22 |
| HSL | 111.72º | 0.21% | 0.73% | - |
| HSV(B) | 111.72º | 0.15% | 0.78% | - |
| XYZ | 45.68 | 53.36 | 46.42 | - |
| YUV | 189.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 171 | 0.12 | 0 | 0.14 | 0.22 | 111.72 | 0.21 | 0.73 |
| Hex | AF | C8 | AB | C | 0 | E | 16 | 70 | 15 | 49 |
| Octal | 257 | 310 | 253 | 14 | 0 | 16 | 26 | 160 | 25 | 111 |
| Binary | 10101111 | 11001000 | 10101011 | 1100 | 0 | 1110 | 10110 | 1110000 | 10101 | 1001001 |
Color Harmonies of #AFC8AB
Complementary color
Monochromatic Colors of #AFC8AB
Black with #AFC8AB
Text Example
Text Example
White with #AFC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8AB; }
p { color: rgb(175,200,171); }
H1.HeaderClassName
{
color: #AFC8AB;
}
.AnyTagClassName
{
color: #AFC8AB;
}
</style>
background-color css
<style>
a { background-color: #AFC8AB; }
a { background-color: rgb(175,200,171); }
div.DivClassName
{
background-color: #AFC8AB;
}
.BgClassName
{
background-color: #AFC8AB;
}
</style>
border-color css
<style>
span { border-color: #AFC8AB; }
span { border-color: rgb(175,200,171); }
td.TdClassName
{
border-color: #AFC8AB;
}
.TagClassName
{
border-color: #AFC8AB;
}
</style>