Shades of Rainee #AFC7AA
Tints of Rainee #AFC7AA
RGB
CMYK
RGB Variations
Color information
#AFC7AA (or 0xAFC7AA) is known color: Rainee. HEX triplet: AF, C7 and AA. RGB value is (175,199,170). Sum of RGB (Red+Green+Blue) = 175+199+170=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC7AA is #503855. Grayscale: #BCBCBC. Windows color (decimal): -5257302 or 11192239. OLE color: 11192239.
HSL color Cylindrical-coordinate representation of color #AFC7AA: hue angle of 109.66º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC7AA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 170 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.22 |
| HSL | 109.66º | 0.21% | 0.72% | - |
| HSV(B) | 109.66º | 0.15% | 0.78% | - |
| XYZ | 45.36 | 52.86 | 45.84 | - |
| YUV | 188.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 170 | 0.12 | 0 | 0.15 | 0.22 | 109.66 | 0.21 | 0.72 |
| Hex | AF | C7 | AA | C | 0 | F | 16 | 6E | 15 | 48 |
| Octal | 257 | 307 | 252 | 14 | 0 | 17 | 26 | 156 | 25 | 110 |
| Binary | 10101111 | 11000111 | 10101010 | 1100 | 0 | 1111 | 10110 | 1101110 | 10101 | 1001000 |
Color Harmonies of #AFC7AA
Complementary color
Monochromatic Colors of #AFC7AA
Black with #AFC7AA
Text Example
Text Example
White with #AFC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7AA; }
p { color: rgb(175,199,170); }
H1.HeaderClassName
{
color: #AFC7AA;
}
.AnyTagClassName
{
color: #AFC7AA;
}
</style>
background-color css
<style>
a { background-color: #AFC7AA; }
a { background-color: rgb(175,199,170); }
div.DivClassName
{
background-color: #AFC7AA;
}
.BgClassName
{
background-color: #AFC7AA;
}
</style>
border-color css
<style>
span { border-color: #AFC7AA; }
span { border-color: rgb(175,199,170); }
td.TdClassName
{
border-color: #AFC7AA;
}
.TagClassName
{
border-color: #AFC7AA;
}
</style>