Shades of Rainee #AFBFAB
Tints of Rainee #AFBFAB
RGB
CMYK
RGB Variations
Color information
#AFBFAB (or 0xAFBFAB) is known color: Rainee. HEX triplet: AF, BF and AB. RGB value is (175,191,171). Sum of RGB (Red+Green+Blue) = 175+191+171=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAB is #504054. Grayscale: #B8B8B8. Windows color (decimal): -5259349 or 11255727. OLE color: 11255727.
HSL color Cylindrical-coordinate representation of color #AFBFAB: hue angle of 108º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBFAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 171 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.25 |
| HSL | 108º | 0.14% | 0.71% | - |
| HSV(B) | 108º | 0.1% | 0.75% | - |
| XYZ | 43.66 | 49.32 | 45.75 | - |
| YUV | 183.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 171 | 0.08 | 0 | 0.10 | 0.25 | 108 | 0.14 | 0.71 |
| Hex | AF | BF | AB | 8 | 0 | A | 19 | 6C | E | 47 |
| Octal | 257 | 277 | 253 | 10 | 0 | 12 | 31 | 154 | 16 | 107 |
| Binary | 10101111 | 10111111 | 10101011 | 1000 | 0 | 1010 | 11001 | 1101100 | 1110 | 1000111 |
Color Harmonies of #AFBFAB
Complementary color
Monochromatic Colors of #AFBFAB
Black with #AFBFAB
Text Example
Text Example
White with #AFBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFAB; }
p { color: rgb(175,191,171); }
H1.HeaderClassName
{
color: #AFBFAB;
}
.AnyTagClassName
{
color: #AFBFAB;
}
</style>
background-color css
<style>
a { background-color: #AFBFAB; }
a { background-color: rgb(175,191,171); }
div.DivClassName
{
background-color: #AFBFAB;
}
.BgClassName
{
background-color: #AFBFAB;
}
</style>
border-color css
<style>
span { border-color: #AFBFAB; }
span { border-color: rgb(175,191,171); }
td.TdClassName
{
border-color: #AFBFAB;
}
.TagClassName
{
border-color: #AFBFAB;
}
</style>