Shades of Rainee #AFB8AD
Tints of Rainee #AFB8AD
RGB
CMYK
RGB Variations
Color information
#AFB8AD (or 0xAFB8AD) is known color: Rainee. HEX triplet: AF, B8 and AD. RGB value is (175,184,173). Sum of RGB (Red+Green+Blue) = 175+184+173=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AD is #504752. Grayscale: #B4B4B4. Windows color (decimal): -5261139 or 11385007. OLE color: 11385007.
HSL color Cylindrical-coordinate representation of color #AFB8AD: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB8AD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 173 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.28 |
| HSL | 109.09º | 0.07% | 0.7% | - |
| HSV(B) | 109.09º | 0.06% | 0.72% | - |
| XYZ | 42.36 | 46.41 | 46.26 | - |
| YUV | 180.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 173 | 0.05 | 0 | 0.06 | 0.28 | 109.09 | 0.07 | 0.7 |
| Hex | AF | B8 | AD | 5 | 0 | 6 | 1C | 6D | 7 | 46 |
| Octal | 257 | 270 | 255 | 5 | 0 | 6 | 34 | 155 | 7 | 106 |
| Binary | 10101111 | 10111000 | 10101101 | 101 | 0 | 110 | 11100 | 1101101 | 111 | 1000110 |
Color Harmonies of #AFB8AD
Complementary color
Monochromatic Colors of #AFB8AD
Black with #AFB8AD
Text Example
Text Example
White with #AFB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8AD; }
p { color: rgb(175,184,173); }
H1.HeaderClassName
{
color: #AFB8AD;
}
.AnyTagClassName
{
color: #AFB8AD;
}
</style>
background-color css
<style>
a { background-color: #AFB8AD; }
a { background-color: rgb(175,184,173); }
div.DivClassName
{
background-color: #AFB8AD;
}
.BgClassName
{
background-color: #AFB8AD;
}
</style>
border-color css
<style>
span { border-color: #AFB8AD; }
span { border-color: rgb(175,184,173); }
td.TdClassName
{
border-color: #AFB8AD;
}
.TagClassName
{
border-color: #AFB8AD;
}
</style>