Shades of Rainee #AFC3AC
Tints of Rainee #AFC3AC
RGB
CMYK
RGB Variations
Color information
#AFC3AC (or 0xAFC3AC) is known color: Rainee. HEX triplet: AF, C3 and AC. RGB value is (175,195,172). Sum of RGB (Red+Green+Blue) = 175+195+172=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3AC is #503C53. Grayscale: #BABABA. Windows color (decimal): -5258324 or 11322287. OLE color: 11322287.
HSL color Cylindrical-coordinate representation of color #AFC3AC: hue angle of 112.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC3AC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 172 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.24 |
| HSL | 112.17º | 0.16% | 0.72% | - |
| HSV(B) | 112.17º | 0.12% | 0.76% | - |
| XYZ | 44.64 | 51.12 | 46.54 | - |
| YUV | 186.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 172 | 0.10 | 0 | 0.12 | 0.24 | 112.17 | 0.16 | 0.72 |
| Hex | AF | C3 | AC | A | 0 | C | 18 | 70 | 10 | 48 |
| Octal | 257 | 303 | 254 | 12 | 0 | 14 | 30 | 160 | 20 | 110 |
| Binary | 10101111 | 11000011 | 10101100 | 1010 | 0 | 1100 | 11000 | 1110000 | 10000 | 1001000 |
Color Harmonies of #AFC3AC
Complementary color
Monochromatic Colors of #AFC3AC
Black with #AFC3AC
Text Example
Text Example
White with #AFC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3AC; }
p { color: rgb(175,195,172); }
H1.HeaderClassName
{
color: #AFC3AC;
}
.AnyTagClassName
{
color: #AFC3AC;
}
</style>
background-color css
<style>
a { background-color: #AFC3AC; }
a { background-color: rgb(175,195,172); }
div.DivClassName
{
background-color: #AFC3AC;
}
.BgClassName
{
background-color: #AFC3AC;
}
</style>
border-color css
<style>
span { border-color: #AFC3AC; }
span { border-color: rgb(175,195,172); }
td.TdClassName
{
border-color: #AFC3AC;
}
.TagClassName
{
border-color: #AFC3AC;
}
</style>