Shades of Spring Rain #AAB1A7
Tints of Spring Rain #AAB1A7
RGB
CMYK
RGB Variations
Color information
#AAB1A7 (or 0xAAB1A7) is known color: Spring Rain. HEX triplet: AA, B1 and A7. RGB value is (170,177,167). Sum of RGB (Red+Green+Blue) = 170+177+167=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A7 is #554E58. Grayscale: #ADADAD. Windows color (decimal): -5590617 or 10989994. OLE color: 10989994.
HSL color Cylindrical-coordinate representation of color #AAB1A7: hue angle of 102º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB1A7 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 167 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.31 |
| HSL | 102º | 0.06% | 0.67% | - |
| HSV(B) | 102º | 0.06% | 0.69% | - |
| XYZ | 39.27 | 42.78 | 42.75 | - |
| YUV | 173.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 167 | 0.04 | 0 | 0.06 | 0.31 | 102 | 0.06 | 0.67 |
| Hex | AA | B1 | A7 | 4 | 0 | 6 | 1F | 66 | 6 | 43 |
| Octal | 252 | 261 | 247 | 4 | 0 | 6 | 37 | 146 | 6 | 103 |
| Binary | 10101010 | 10110001 | 10100111 | 100 | 0 | 110 | 11111 | 1100110 | 110 | 1000011 |
Color Harmonies of #AAB1A7
Complementary color
Monochromatic Colors of #AAB1A7
Black with #AAB1A7
Text Example
Text Example
White with #AAB1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1A7; }
p { color: rgb(170,177,167); }
H1.HeaderClassName
{
color: #AAB1A7;
}
.AnyTagClassName
{
color: #AAB1A7;
}
</style>
background-color css
<style>
a { background-color: #AAB1A7; }
a { background-color: rgb(170,177,167); }
div.DivClassName
{
background-color: #AAB1A7;
}
.BgClassName
{
background-color: #AAB1A7;
}
</style>
border-color css
<style>
span { border-color: #AAB1A7; }
span { border-color: rgb(170,177,167); }
td.TdClassName
{
border-color: #AAB1A7;
}
.TagClassName
{
border-color: #AAB1A7;
}
</style>