Shades of Rainee #AFC2AA
Tints of Rainee #AFC2AA
RGB
CMYK
RGB Variations
Color information
#AFC2AA (or 0xAFC2AA) is known color: Rainee. HEX triplet: AF, C2 and AA. RGB value is (175,194,170). Sum of RGB (Red+Green+Blue) = 175+194+170=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2AA is #503D55. Grayscale: #B9B9B9. Windows color (decimal): -5258582 or 11190959. OLE color: 11190959.
HSL color Cylindrical-coordinate representation of color #AFC2AA: hue angle of 107.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC2AA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 170 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.24 |
| HSL | 107.5º | 0.16% | 0.71% | - |
| HSV(B) | 107.5º | 0.12% | 0.76% | - |
| XYZ | 44.23 | 50.6 | 45.47 | - |
| YUV | 185.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 170 | 0.10 | 0 | 0.12 | 0.24 | 107.5 | 0.16 | 0.71 |
| Hex | AF | C2 | AA | A | 0 | C | 18 | 6C | 10 | 47 |
| Octal | 257 | 302 | 252 | 12 | 0 | 14 | 30 | 154 | 20 | 107 |
| Binary | 10101111 | 11000010 | 10101010 | 1010 | 0 | 1100 | 11000 | 1101100 | 10000 | 1000111 |
Color Harmonies of #AFC2AA
Complementary color
Monochromatic Colors of #AFC2AA
Black with #AFC2AA
Text Example
Text Example
White with #AFC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2AA; }
p { color: rgb(175,194,170); }
H1.HeaderClassName
{
color: #AFC2AA;
}
.AnyTagClassName
{
color: #AFC2AA;
}
</style>
background-color css
<style>
a { background-color: #AFC2AA; }
a { background-color: rgb(175,194,170); }
div.DivClassName
{
background-color: #AFC2AA;
}
.BgClassName
{
background-color: #AFC2AA;
}
</style>
border-color css
<style>
span { border-color: #AFC2AA; }
span { border-color: rgb(175,194,170); }
td.TdClassName
{
border-color: #AFC2AA;
}
.TagClassName
{
border-color: #AFC2AA;
}
</style>