Shades of Spring Rain #AAB1A8
Tints of Spring Rain #AAB1A8
RGB
CMYK
RGB Variations
Color information
#AAB1A8 (or 0xAAB1A8) is known color: Spring Rain. HEX triplet: AA, B1 and A8. RGB value is (170,177,168). Sum of RGB (Red+Green+Blue) = 170+177+168=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A8 is #554E57. Grayscale: #ADADAD. Windows color (decimal): -5590616 or 11055530. OLE color: 11055530.
HSL color Cylindrical-coordinate representation of color #AAB1A8: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB1A8 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 168 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.31 |
| HSL | 106.67º | 0.05% | 0.68% | - |
| HSV(B) | 106.67º | 0.05% | 0.69% | - |
| XYZ | 39.37 | 42.82 | 43.24 | - |
| YUV | 173.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 168 | 0.04 | 0 | 0.05 | 0.31 | 106.67 | 0.05 | 0.68 |
| Hex | AA | B1 | A8 | 4 | 0 | 5 | 1F | 6B | 5 | 44 |
| Octal | 252 | 261 | 250 | 4 | 0 | 5 | 37 | 153 | 5 | 104 |
| Binary | 10101010 | 10110001 | 10101000 | 100 | 0 | 101 | 11111 | 1101011 | 101 | 1000100 |
Color Harmonies of #AAB1A8
Complementary color
Monochromatic Colors of #AAB1A8
Black with #AAB1A8
Text Example
Text Example
White with #AAB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1A8; }
p { color: rgb(170,177,168); }
H1.HeaderClassName
{
color: #AAB1A8;
}
.AnyTagClassName
{
color: #AAB1A8;
}
</style>
background-color css
<style>
a { background-color: #AAB1A8; }
a { background-color: rgb(170,177,168); }
div.DivClassName
{
background-color: #AAB1A8;
}
.BgClassName
{
background-color: #AAB1A8;
}
</style>
border-color css
<style>
span { border-color: #AAB1A8; }
span { border-color: rgb(170,177,168); }
td.TdClassName
{
border-color: #AAB1A8;
}
.TagClassName
{
border-color: #AAB1A8;
}
</style>