Shades of Rainee #AFC8AA
Tints of Rainee #AFC8AA
RGB
CMYK
RGB Variations
Color information
#AFC8AA (or 0xAFC8AA) is known color: Rainee. HEX triplet: AF, C8 and AA. RGB value is (175,200,170). Sum of RGB (Red+Green+Blue) = 175+200+170=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AA is #503755. Grayscale: #BDBDBD. Windows color (decimal): -5257046 or 11192495. OLE color: 11192495.
HSL color Cylindrical-coordinate representation of color #AFC8AA: hue angle of 110º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC8AA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 170 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.22 |
| HSL | 110º | 0.21% | 0.73% | - |
| HSV(B) | 110º | 0.15% | 0.78% | - |
| XYZ | 45.59 | 53.32 | 45.92 | - |
| YUV | 189.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 170 | 0.12 | 0 | 0.15 | 0.22 | 110 | 0.21 | 0.73 |
| Hex | AF | C8 | AA | C | 0 | F | 16 | 6E | 15 | 49 |
| Octal | 257 | 310 | 252 | 14 | 0 | 17 | 26 | 156 | 25 | 111 |
| Binary | 10101111 | 11001000 | 10101010 | 1100 | 0 | 1111 | 10110 | 1101110 | 10101 | 1001001 |
Color Harmonies of #AFC8AA
Complementary color
Monochromatic Colors of #AFC8AA
Black with #AFC8AA
Text Example
Text Example
White with #AFC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8AA; }
p { color: rgb(175,200,170); }
H1.HeaderClassName
{
color: #AFC8AA;
}
.AnyTagClassName
{
color: #AFC8AA;
}
</style>
background-color css
<style>
a { background-color: #AFC8AA; }
a { background-color: rgb(175,200,170); }
div.DivClassName
{
background-color: #AFC8AA;
}
.BgClassName
{
background-color: #AFC8AA;
}
</style>
border-color css
<style>
span { border-color: #AFC8AA; }
span { border-color: rgb(175,200,170); }
td.TdClassName
{
border-color: #AFC8AA;
}
.TagClassName
{
border-color: #AFC8AA;
}
</style>