Shades of Rainee #AFCDA5
Tints of Rainee #AFCDA5
RGB
CMYK
RGB Variations
Color information
#AFCDA5 (or 0xAFCDA5) is known color: Rainee. HEX triplet: AF, CD and A5. RGB value is (175,205,165). Sum of RGB (Red+Green+Blue) = 175+205+165=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA5 is #50325A. Grayscale: #BFBFBF. Windows color (decimal): -5255771 or 10866095. OLE color: 10866095.
HSL color Cylindrical-coordinate representation of color #AFCDA5: hue angle of 105º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCDA5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 165 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.20 |
| HSL | 105º | 0.29% | 0.73% | - |
| HSV(B) | 105º | 0.2% | 0.8% | - |
| XYZ | 46.3 | 55.49 | 43.87 | - |
| YUV | 191.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 165 | 0.15 | 0 | 0.20 | 0.20 | 105 | 0.29 | 0.73 |
| Hex | AF | CD | A5 | F | 0 | 14 | 14 | 69 | 1D | 49 |
| Octal | 257 | 315 | 245 | 17 | 0 | 24 | 24 | 151 | 35 | 111 |
| Binary | 10101111 | 11001101 | 10100101 | 1111 | 0 | 10100 | 10100 | 1101001 | 11101 | 1001001 |
Color Harmonies of #AFCDA5
Complementary color
Monochromatic Colors of #AFCDA5
Black with #AFCDA5
Text Example
Text Example
White with #AFCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDA5; }
p { color: rgb(175,205,165); }
H1.HeaderClassName
{
color: #AFCDA5;
}
.AnyTagClassName
{
color: #AFCDA5;
}
</style>
background-color css
<style>
a { background-color: #AFCDA5; }
a { background-color: rgb(175,205,165); }
div.DivClassName
{
background-color: #AFCDA5;
}
.BgClassName
{
background-color: #AFCDA5;
}
</style>
border-color css
<style>
span { border-color: #AFCDA5; }
span { border-color: rgb(175,205,165); }
td.TdClassName
{
border-color: #AFCDA5;
}
.TagClassName
{
border-color: #AFCDA5;
}
</style>