Shades of Rainee #AFC4A7
Tints of Rainee #AFC4A7
RGB
CMYK
RGB Variations
Color information
#AFC4A7 (or 0xAFC4A7) is known color: Rainee. HEX triplet: AF, C4 and A7. RGB value is (175,196,167). Sum of RGB (Red+Green+Blue) = 175+196+167=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A7 is #503B58. Grayscale: #BABABA. Windows color (decimal): -5258073 or 10994863. OLE color: 10994863.
HSL color Cylindrical-coordinate representation of color #AFC4A7: hue angle of 103.45º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC4A7 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 167 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.23 |
| HSL | 103.45º | 0.2% | 0.71% | - |
| HSV(B) | 103.45º | 0.15% | 0.77% | - |
| XYZ | 44.39 | 51.38 | 44.14 | - |
| YUV | 186.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 167 | 0.11 | 0 | 0.15 | 0.23 | 103.45 | 0.2 | 0.71 |
| Hex | AF | C4 | A7 | B | 0 | F | 17 | 67 | 14 | 47 |
| Octal | 257 | 304 | 247 | 13 | 0 | 17 | 27 | 147 | 24 | 107 |
| Binary | 10101111 | 11000100 | 10100111 | 1011 | 0 | 1111 | 10111 | 1100111 | 10100 | 1000111 |
Color Harmonies of #AFC4A7
Complementary color
Monochromatic Colors of #AFC4A7
Black with #AFC4A7
Text Example
Text Example
White with #AFC4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4A7; }
p { color: rgb(175,196,167); }
H1.HeaderClassName
{
color: #AFC4A7;
}
.AnyTagClassName
{
color: #AFC4A7;
}
</style>
background-color css
<style>
a { background-color: #AFC4A7; }
a { background-color: rgb(175,196,167); }
div.DivClassName
{
background-color: #AFC4A7;
}
.BgClassName
{
background-color: #AFC4A7;
}
</style>
border-color css
<style>
span { border-color: #AFC4A7; }
span { border-color: rgb(175,196,167); }
td.TdClassName
{
border-color: #AFC4A7;
}
.TagClassName
{
border-color: #AFC4A7;
}
</style>