Shades of Rainee #AAB7A8
Tints of Rainee #AAB7A8
RGB
CMYK
RGB Variations
Color information
#AAB7A8 (or 0xAAB7A8) is known color: Rainee. HEX triplet: AA, B7 and A8. RGB value is (170,183,168). Sum of RGB (Red+Green+Blue) = 170+183+168=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7A8 is #554857. Grayscale: #B1B1B1. Windows color (decimal): -5589080 or 11057066. OLE color: 11057066.
HSL color Cylindrical-coordinate representation of color #AAB7A8: hue angle of 112º 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 #AAB7A8 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 183 | 168 | - |
CMYK | 0.07 | 0 | 0.08 | 0.28 |
HSL | 112º | 0.09% | 0.69% | - |
HSV(B) | 112º | 0.08% | 0.72% | - |
XYZ | 40.58 | 45.24 | 43.64 | - |
YUV | 177.4 | 122.69 | 122.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 168 | 0.07 | 0 | 0.08 | 0.28 | 112 | 0.09 | 0.69 |
Hex | AA | B7 | A8 | 7 | 0 | 8 | 1C | 70 | 9 | 45 |
Octal | 252 | 267 | 250 | 7 | 0 | 10 | 34 | 160 | 11 | 105 |
Binary | 10101010 | 10110111 | 10101000 | 111 | 0 | 1000 | 11100 | 1110000 | 1001 | 1000101 |
Color Harmonies of #AAB7A8
Complementary color
Monochromatic Colors of #AAB7A8
Black with #AAB7A8
Text Example
Text Example
White with #AAB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7A8; }
p { color: rgb(170,183,168); }
H1.HeaderClassName
{
color: #AAB7A8;
}
.AnyTagClassName
{
color: #AAB7A8;
}
</style>
background-color css
<style>
a { background-color: #AAB7A8; }
a { background-color: rgb(170,183,168); }
div.DivClassName
{
background-color: #AAB7A8;
}
.BgClassName
{
background-color: #AAB7A8;
}
</style>
border-color css
<style>
span { border-color: #AAB7A8; }
span { border-color: rgb(170,183,168); }
td.TdClassName
{
border-color: #AAB7A8;
}
.TagClassName
{
border-color: #AAB7A8;
}
</style>