Shades of Rainee #ABB8AA
Tints of Rainee #ABB8AA
RGB
CMYK
RGB Variations
Color information
#ABB8AA (or 0xABB8AA) is known color: Rainee. HEX triplet: AB, B8 and AA. RGB value is (171,184,170). Sum of RGB (Red+Green+Blue) = 171+184+170=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8AA is #544755. Grayscale: #B2B2B2. Windows color (decimal): -5523286 or 11188395. OLE color: 11188395.
HSL color Cylindrical-coordinate representation of color #ABB8AA: hue angle of 115.71º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB8AA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 170 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.28 |
| HSL | 115.71º | 0.09% | 0.69% | - |
| HSV(B) | 115.71º | 0.08% | 0.72% | - |
| XYZ | 41.19 | 45.84 | 44.71 | - |
| YUV | 178.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 170 | 0.07 | 0 | 0.08 | 0.28 | 115.71 | 0.09 | 0.69 |
| Hex | AB | B8 | AA | 7 | 0 | 8 | 1C | 74 | 9 | 45 |
| Octal | 253 | 270 | 252 | 7 | 0 | 10 | 34 | 164 | 11 | 105 |
| Binary | 10101011 | 10111000 | 10101010 | 111 | 0 | 1000 | 11100 | 1110100 | 1001 | 1000101 |
Color Harmonies of #ABB8AA
Complementary color
Monochromatic Colors of #ABB8AA
Black with #ABB8AA
Text Example
Text Example
White with #ABB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8AA; }
p { color: rgb(171,184,170); }
H1.HeaderClassName
{
color: #ABB8AA;
}
.AnyTagClassName
{
color: #ABB8AA;
}
</style>
background-color css
<style>
a { background-color: #ABB8AA; }
a { background-color: rgb(171,184,170); }
div.DivClassName
{
background-color: #ABB8AA;
}
.BgClassName
{
background-color: #ABB8AA;
}
</style>
border-color css
<style>
span { border-color: #ABB8AA; }
span { border-color: rgb(171,184,170); }
td.TdClassName
{
border-color: #ABB8AA;
}
.TagClassName
{
border-color: #ABB8AA;
}
</style>