Shades of Rainee #AFC3AD
Tints of Rainee #AFC3AD
RGB
CMYK
RGB Variations
Color information
#AFC3AD (or 0xAFC3AD) is known color: Rainee. HEX triplet: AF, C3 and AD. RGB value is (175,195,173). Sum of RGB (Red+Green+Blue) = 175+195+173=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3AD is #503C52. Grayscale: #BABABA. Windows color (decimal): -5258323 or 11387823. OLE color: 11387823.
HSL color Cylindrical-coordinate representation of color #AFC3AD: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC3AD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 173 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.24 |
| HSL | 114.55º | 0.15% | 0.72% | - |
| HSV(B) | 114.55º | 0.11% | 0.76% | - |
| XYZ | 44.74 | 51.16 | 47.05 | - |
| YUV | 186.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 173 | 0.10 | 0 | 0.11 | 0.24 | 114.55 | 0.15 | 0.72 |
| Hex | AF | C3 | AD | A | 0 | B | 18 | 73 | F | 48 |
| Octal | 257 | 303 | 255 | 12 | 0 | 13 | 30 | 163 | 17 | 110 |
| Binary | 10101111 | 11000011 | 10101101 | 1010 | 0 | 1011 | 11000 | 1110011 | 1111 | 1001000 |
Color Harmonies of #AFC3AD
Complementary color
Monochromatic Colors of #AFC3AD
Black with #AFC3AD
Text Example
Text Example
White with #AFC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3AD; }
p { color: rgb(175,195,173); }
H1.HeaderClassName
{
color: #AFC3AD;
}
.AnyTagClassName
{
color: #AFC3AD;
}
</style>
background-color css
<style>
a { background-color: #AFC3AD; }
a { background-color: rgb(175,195,173); }
div.DivClassName
{
background-color: #AFC3AD;
}
.BgClassName
{
background-color: #AFC3AD;
}
</style>
border-color css
<style>
span { border-color: #AFC3AD; }
span { border-color: rgb(175,195,173); }
td.TdClassName
{
border-color: #AFC3AD;
}
.TagClassName
{
border-color: #AFC3AD;
}
</style>