Shades of Rainee #AFBAAD
Tints of Rainee #AFBAAD
RGB
CMYK
RGB Variations
Color information
#AFBAAD (or 0xAFBAAD) is known color: Rainee. HEX triplet: AF, BA and AD. RGB value is (175,186,173). Sum of RGB (Red+Green+Blue) = 175+186+173=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAAD is #504552. Grayscale: #B5B5B5. Windows color (decimal): -5260627 or 11385519. OLE color: 11385519.
HSL color Cylindrical-coordinate representation of color #AFBAAD: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBAAD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 173 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.27 |
| HSL | 110.77º | 0.09% | 0.7% | - |
| HSV(B) | 110.77º | 0.07% | 0.73% | - |
| XYZ | 42.78 | 47.25 | 46.4 | - |
| YUV | 181.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 173 | 0.06 | 0 | 0.07 | 0.27 | 110.77 | 0.09 | 0.7 |
| Hex | AF | BA | AD | 6 | 0 | 7 | 1B | 6F | 9 | 46 |
| Octal | 257 | 272 | 255 | 6 | 0 | 7 | 33 | 157 | 11 | 106 |
| Binary | 10101111 | 10111010 | 10101101 | 110 | 0 | 111 | 11011 | 1101111 | 1001 | 1000110 |
Color Harmonies of #AFBAAD
Complementary color
Monochromatic Colors of #AFBAAD
Black with #AFBAAD
Text Example
Text Example
White with #AFBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAAD; }
p { color: rgb(175,186,173); }
H1.HeaderClassName
{
color: #AFBAAD;
}
.AnyTagClassName
{
color: #AFBAAD;
}
</style>
background-color css
<style>
a { background-color: #AFBAAD; }
a { background-color: rgb(175,186,173); }
div.DivClassName
{
background-color: #AFBAAD;
}
.BgClassName
{
background-color: #AFBAAD;
}
</style>
border-color css
<style>
span { border-color: #AFBAAD; }
span { border-color: rgb(175,186,173); }
td.TdClassName
{
border-color: #AFBAAD;
}
.TagClassName
{
border-color: #AFBAAD;
}
</style>