Shades of Rainee #A8BAA7
Tints of Rainee #A8BAA7
RGB
CMYK
RGB Variations
Color information
#A8BAA7 (or 0xA8BAA7) is known color: Rainee. HEX triplet: A8, BA and A7. RGB value is (168,186,167). Sum of RGB (Red+Green+Blue) = 168+186+167=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA7 is #574558. Grayscale: #B2B2B2. Windows color (decimal): -5719385 or 10992296. OLE color: 10992296.
HSL color Cylindrical-coordinate representation of color #A8BAA7: hue angle of 116.84º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAA7 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 167 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.27 |
| HSL | 116.84º | 0.12% | 0.69% | - |
| HSV(B) | 116.84º | 0.1% | 0.73% | - |
| XYZ | 40.68 | 46.23 | 43.34 | - |
| YUV | 178.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 167 | 0.10 | 0 | 0.10 | 0.27 | 116.84 | 0.12 | 0.69 |
| Hex | A8 | BA | A7 | A | 0 | A | 1B | 75 | C | 45 |
| Octal | 250 | 272 | 247 | 12 | 0 | 12 | 33 | 165 | 14 | 105 |
| Binary | 10101000 | 10111010 | 10100111 | 1010 | 0 | 1010 | 11011 | 1110101 | 1100 | 1000101 |
Color Harmonies of #A8BAA7
Complementary color
Monochromatic Colors of #A8BAA7
Black with #A8BAA7
Text Example
Text Example
White with #A8BAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAA7; }
p { color: rgb(168,186,167); }
H1.HeaderClassName
{
color: #A8BAA7;
}
.AnyTagClassName
{
color: #A8BAA7;
}
</style>
background-color css
<style>
a { background-color: #A8BAA7; }
a { background-color: rgb(168,186,167); }
div.DivClassName
{
background-color: #A8BAA7;
}
.BgClassName
{
background-color: #A8BAA7;
}
</style>
border-color css
<style>
span { border-color: #A8BAA7; }
span { border-color: rgb(168,186,167); }
td.TdClassName
{
border-color: #A8BAA7;
}
.TagClassName
{
border-color: #A8BAA7;
}
</style>