Shades of Spring Rain #ABB6A4
Tints of Spring Rain #ABB6A4
RGB
CMYK
RGB Variations
Color information
#ABB6A4 (or 0xABB6A4) is known color: Spring Rain. HEX triplet: AB, B6 and A4. RGB value is (171,182,164). Sum of RGB (Red+Green+Blue) = 171+182+164=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB6A4 is #54495B. Grayscale: #B0B0B0. Windows color (decimal): -5523804 or 10794667. OLE color: 10794667.
HSL color Cylindrical-coordinate representation of color #ABB6A4: hue angle of 96.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB6A4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 164 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.29 |
| HSL | 96.67º | 0.11% | 0.68% | - |
| HSV(B) | 96.67º | 0.1% | 0.71% | - |
| XYZ | 40.22 | 44.79 | 41.65 | - |
| YUV | 176.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 164 | 0.06 | 0 | 0.10 | 0.29 | 96.67 | 0.11 | 0.68 |
| Hex | AB | B6 | A4 | 6 | 0 | A | 1D | 61 | B | 44 |
| Octal | 253 | 266 | 244 | 6 | 0 | 12 | 35 | 141 | 13 | 104 |
| Binary | 10101011 | 10110110 | 10100100 | 110 | 0 | 1010 | 11101 | 1100001 | 1011 | 1000100 |
Color Harmonies of #ABB6A4
Complementary color
Monochromatic Colors of #ABB6A4
Black with #ABB6A4
Text Example
Text Example
White with #ABB6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6A4; }
p { color: rgb(171,182,164); }
H1.HeaderClassName
{
color: #ABB6A4;
}
.AnyTagClassName
{
color: #ABB6A4;
}
</style>
background-color css
<style>
a { background-color: #ABB6A4; }
a { background-color: rgb(171,182,164); }
div.DivClassName
{
background-color: #ABB6A4;
}
.BgClassName
{
background-color: #ABB6A4;
}
</style>
border-color css
<style>
span { border-color: #ABB6A4; }
span { border-color: rgb(171,182,164); }
td.TdClassName
{
border-color: #ABB6A4;
}
.TagClassName
{
border-color: #ABB6A4;
}
</style>