Shades of Rainee #AFB9AD
Tints of Rainee #AFB9AD
RGB
CMYK
RGB Variations
Color information
#AFB9AD (or 0xAFB9AD) is known color: Rainee. HEX triplet: AF, B9 and AD. RGB value is (175,185,173). Sum of RGB (Red+Green+Blue) = 175+185+173=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AD is #504652. Grayscale: #B4B4B4. Windows color (decimal): -5260883 or 11385263. OLE color: 11385263.
HSL color Cylindrical-coordinate representation of color #AFB9AD: hue angle of 110º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB9AD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 173 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.27 |
| HSL | 110º | 0.08% | 0.7% | - |
| HSV(B) | 110º | 0.06% | 0.73% | - |
| XYZ | 42.57 | 46.83 | 46.33 | - |
| YUV | 180.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 173 | 0.05 | 0 | 0.06 | 0.27 | 110 | 0.08 | 0.7 |
| Hex | AF | B9 | AD | 5 | 0 | 6 | 1B | 6E | 8 | 46 |
| Octal | 257 | 271 | 255 | 5 | 0 | 6 | 33 | 156 | 10 | 106 |
| Binary | 10101111 | 10111001 | 10101101 | 101 | 0 | 110 | 11011 | 1101110 | 1000 | 1000110 |
Color Harmonies of #AFB9AD
Complementary color
Monochromatic Colors of #AFB9AD
Black with #AFB9AD
Text Example
Text Example
White with #AFB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9AD; }
p { color: rgb(175,185,173); }
H1.HeaderClassName
{
color: #AFB9AD;
}
.AnyTagClassName
{
color: #AFB9AD;
}
</style>
background-color css
<style>
a { background-color: #AFB9AD; }
a { background-color: rgb(175,185,173); }
div.DivClassName
{
background-color: #AFB9AD;
}
.BgClassName
{
background-color: #AFB9AD;
}
</style>
border-color css
<style>
span { border-color: #AFB9AD; }
span { border-color: rgb(175,185,173); }
td.TdClassName
{
border-color: #AFB9AD;
}
.TagClassName
{
border-color: #AFB9AD;
}
</style>