Shades of Rainee #AFC0AC
Tints of Rainee #AFC0AC
RGB
CMYK
RGB Variations
Color information
#AFC0AC (or 0xAFC0AC) is known color: Rainee. HEX triplet: AF, C0 and AC. RGB value is (175,192,172). Sum of RGB (Red+Green+Blue) = 175+192+172=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AC is #503F53. Grayscale: #B8B8B8. Windows color (decimal): -5259092 or 11321519. OLE color: 11321519.
HSL color Cylindrical-coordinate representation of color #AFC0AC: hue angle of 111º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC0AC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 172 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.25 |
| HSL | 111º | 0.14% | 0.71% | - |
| HSV(B) | 111º | 0.1% | 0.75% | - |
| XYZ | 43.98 | 49.79 | 46.32 | - |
| YUV | 184.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 172 | 0.09 | 0 | 0.10 | 0.25 | 111 | 0.14 | 0.71 |
| Hex | AF | C0 | AC | 9 | 0 | A | 19 | 6F | E | 47 |
| Octal | 257 | 300 | 254 | 11 | 0 | 12 | 31 | 157 | 16 | 107 |
| Binary | 10101111 | 11000000 | 10101100 | 1001 | 0 | 1010 | 11001 | 1101111 | 1110 | 1000111 |
Color Harmonies of #AFC0AC
Complementary color
Monochromatic Colors of #AFC0AC
Black with #AFC0AC
Text Example
Text Example
White with #AFC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0AC; }
p { color: rgb(175,192,172); }
H1.HeaderClassName
{
color: #AFC0AC;
}
.AnyTagClassName
{
color: #AFC0AC;
}
</style>
background-color css
<style>
a { background-color: #AFC0AC; }
a { background-color: rgb(175,192,172); }
div.DivClassName
{
background-color: #AFC0AC;
}
.BgClassName
{
background-color: #AFC0AC;
}
</style>
border-color css
<style>
span { border-color: #AFC0AC; }
span { border-color: rgb(175,192,172); }
td.TdClassName
{
border-color: #AFC0AC;
}
.TagClassName
{
border-color: #AFC0AC;
}
</style>