Shades of Spring Rain #ABB3A8
Tints of Spring Rain #ABB3A8
RGB
CMYK
RGB Variations
Color information
#ABB3A8 (or 0xABB3A8) is known color: Spring Rain. HEX triplet: AB, B3 and A8. RGB value is (171,179,168). Sum of RGB (Red+Green+Blue) = 171+179+168=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3A8 is #544C57. Grayscale: #AFAFAF. Windows color (decimal): -5524568 or 11056043. OLE color: 11056043.
HSL color Cylindrical-coordinate representation of color #ABB3A8: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB3A8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 168 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.30 |
| HSL | 103.64º | 0.07% | 0.68% | - |
| HSV(B) | 103.64º | 0.06% | 0.7% | - |
| XYZ | 39.98 | 43.73 | 43.38 | - |
| YUV | 175.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 168 | 0.04 | 0 | 0.06 | 0.30 | 103.64 | 0.07 | 0.68 |
| Hex | AB | B3 | A8 | 4 | 0 | 6 | 1E | 68 | 7 | 44 |
| Octal | 253 | 263 | 250 | 4 | 0 | 6 | 36 | 150 | 7 | 104 |
| Binary | 10101011 | 10110011 | 10101000 | 100 | 0 | 110 | 11110 | 1101000 | 111 | 1000100 |
Color Harmonies of #ABB3A8
Complementary color
Monochromatic Colors of #ABB3A8
Black with #ABB3A8
Text Example
Text Example
White with #ABB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3A8; }
p { color: rgb(171,179,168); }
H1.HeaderClassName
{
color: #ABB3A8;
}
.AnyTagClassName
{
color: #ABB3A8;
}
</style>
background-color css
<style>
a { background-color: #ABB3A8; }
a { background-color: rgb(171,179,168); }
div.DivClassName
{
background-color: #ABB3A8;
}
.BgClassName
{
background-color: #ABB3A8;
}
</style>
border-color css
<style>
span { border-color: #ABB3A8; }
span { border-color: rgb(171,179,168); }
td.TdClassName
{
border-color: #ABB3A8;
}
.TagClassName
{
border-color: #ABB3A8;
}
</style>