Shades of Rainee #AFB8AB
Tints of Rainee #AFB8AB
RGB
CMYK
RGB Variations
Color information
#AFB8AB (or 0xAFB8AB) is known color: Rainee. HEX triplet: AF, B8 and AB. RGB value is (175,184,171). Sum of RGB (Red+Green+Blue) = 175+184+171=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AB is #504754. Grayscale: #B3B3B3. Windows color (decimal): -5261141 or 11253935. OLE color: 11253935.
HSL color Cylindrical-coordinate representation of color #AFB8AB: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB8AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 171 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.28 |
| HSL | 101.54º | 0.08% | 0.7% | - |
| HSV(B) | 101.54º | 0.07% | 0.72% | - |
| XYZ | 42.17 | 46.34 | 45.25 | - |
| YUV | 179.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 171 | 0.05 | 0 | 0.07 | 0.28 | 101.54 | 0.08 | 0.7 |
| Hex | AF | B8 | AB | 5 | 0 | 7 | 1C | 66 | 8 | 46 |
| Octal | 257 | 270 | 253 | 5 | 0 | 7 | 34 | 146 | 10 | 106 |
| Binary | 10101111 | 10111000 | 10101011 | 101 | 0 | 111 | 11100 | 1100110 | 1000 | 1000110 |
Color Harmonies of #AFB8AB
Complementary color
Monochromatic Colors of #AFB8AB
Black with #AFB8AB
Text Example
Text Example
White with #AFB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8AB; }
p { color: rgb(175,184,171); }
H1.HeaderClassName
{
color: #AFB8AB;
}
.AnyTagClassName
{
color: #AFB8AB;
}
</style>
background-color css
<style>
a { background-color: #AFB8AB; }
a { background-color: rgb(175,184,171); }
div.DivClassName
{
background-color: #AFB8AB;
}
.BgClassName
{
background-color: #AFB8AB;
}
</style>
border-color css
<style>
span { border-color: #AFB8AB; }
span { border-color: rgb(175,184,171); }
td.TdClassName
{
border-color: #AFB8AB;
}
.TagClassName
{
border-color: #AFB8AB;
}
</style>