Shades of Rainee #AFBEAA
Tints of Rainee #AFBEAA
RGB
CMYK
RGB Variations
Color information
#AFBEAA (or 0xAFBEAA) is known color: Rainee. HEX triplet: AF, BE and AA. RGB value is (175,190,170). Sum of RGB (Red+Green+Blue) = 175+190+170=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEAA is #504155. Grayscale: #B7B7B7. Windows color (decimal): -5259606 or 11189935. OLE color: 11189935.
HSL color Cylindrical-coordinate representation of color #AFBEAA: hue angle of 105º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBEAA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 170 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.25 |
| HSL | 105º | 0.13% | 0.71% | - |
| HSV(B) | 105º | 0.11% | 0.75% | - |
| XYZ | 43.35 | 48.84 | 45.17 | - |
| YUV | 183.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 170 | 0.08 | 0 | 0.11 | 0.25 | 105 | 0.13 | 0.71 |
| Hex | AF | BE | AA | 8 | 0 | B | 19 | 69 | D | 47 |
| Octal | 257 | 276 | 252 | 10 | 0 | 13 | 31 | 151 | 15 | 107 |
| Binary | 10101111 | 10111110 | 10101010 | 1000 | 0 | 1011 | 11001 | 1101001 | 1101 | 1000111 |
Color Harmonies of #AFBEAA
Complementary color
Monochromatic Colors of #AFBEAA
Black with #AFBEAA
Text Example
Text Example
White with #AFBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEAA; }
p { color: rgb(175,190,170); }
H1.HeaderClassName
{
color: #AFBEAA;
}
.AnyTagClassName
{
color: #AFBEAA;
}
</style>
background-color css
<style>
a { background-color: #AFBEAA; }
a { background-color: rgb(175,190,170); }
div.DivClassName
{
background-color: #AFBEAA;
}
.BgClassName
{
background-color: #AFBEAA;
}
</style>
border-color css
<style>
span { border-color: #AFBEAA; }
span { border-color: rgb(175,190,170); }
td.TdClassName
{
border-color: #AFBEAA;
}
.TagClassName
{
border-color: #AFBEAA;
}
</style>