Shades of Rainee #AFC8A8
Tints of Rainee #AFC8A8
RGB
CMYK
RGB Variations
Color information
#AFC8A8 (or 0xAFC8A8) is known color: Rainee. HEX triplet: AF, C8 and A8. RGB value is (175,200,168). Sum of RGB (Red+Green+Blue) = 175+200+168=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8A8 is #503757. Grayscale: #BCBCBC. Windows color (decimal): -5257048 or 11061423. OLE color: 11061423.
HSL color Cylindrical-coordinate representation of color #AFC8A8: hue angle of 106.88º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC8A8 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 168 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.22 |
| HSL | 106.88º | 0.23% | 0.72% | - |
| HSV(B) | 106.88º | 0.16% | 0.78% | - |
| XYZ | 45.4 | 53.25 | 44.93 | - |
| YUV | 188.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 168 | 0.12 | 0 | 0.16 | 0.22 | 106.88 | 0.23 | 0.72 |
| Hex | AF | C8 | A8 | C | 0 | 10 | 16 | 6B | 17 | 48 |
| Octal | 257 | 310 | 250 | 14 | 0 | 20 | 26 | 153 | 27 | 110 |
| Binary | 10101111 | 11001000 | 10101000 | 1100 | 0 | 10000 | 10110 | 1101011 | 10111 | 1001000 |
Color Harmonies of #AFC8A8
Complementary color
Monochromatic Colors of #AFC8A8
Black with #AFC8A8
Text Example
Text Example
White with #AFC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8A8; }
p { color: rgb(175,200,168); }
H1.HeaderClassName
{
color: #AFC8A8;
}
.AnyTagClassName
{
color: #AFC8A8;
}
</style>
background-color css
<style>
a { background-color: #AFC8A8; }
a { background-color: rgb(175,200,168); }
div.DivClassName
{
background-color: #AFC8A8;
}
.BgClassName
{
background-color: #AFC8A8;
}
</style>
border-color css
<style>
span { border-color: #AFC8A8; }
span { border-color: rgb(175,200,168); }
td.TdClassName
{
border-color: #AFC8A8;
}
.TagClassName
{
border-color: #AFC8A8;
}
</style>