Shades of Spring Rain #ACBAA8
Tints of Spring Rain #ACBAA8
RGB
CMYK
RGB Variations
Color information
#ACBAA8 (or 0xACBAA8) is known color: Spring Rain. HEX triplet: AC, BA and A8. RGB value is (172,186,168). Sum of RGB (Red+Green+Blue) = 172+186+168=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA8 is #534557. Grayscale: #B3B3B3. Windows color (decimal): -5457240 or 11057836. OLE color: 11057836.
HSL color Cylindrical-coordinate representation of color #ACBAA8: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBAA8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 168 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.27 |
| HSL | 106.67º | 0.12% | 0.69% | - |
| HSV(B) | 106.67º | 0.1% | 0.73% | - |
| XYZ | 41.64 | 46.72 | 43.87 | - |
| YUV | 179.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 168 | 0.08 | 0 | 0.10 | 0.27 | 106.67 | 0.12 | 0.69 |
| Hex | AC | BA | A8 | 8 | 0 | A | 1B | 6B | C | 45 |
| Octal | 254 | 272 | 250 | 10 | 0 | 12 | 33 | 153 | 14 | 105 |
| Binary | 10101100 | 10111010 | 10101000 | 1000 | 0 | 1010 | 11011 | 1101011 | 1100 | 1000101 |
Color Harmonies of #ACBAA8
Complementary color
Monochromatic Colors of #ACBAA8
Black with #ACBAA8
Text Example
Text Example
White with #ACBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAA8; }
p { color: rgb(172,186,168); }
H1.HeaderClassName
{
color: #ACBAA8;
}
.AnyTagClassName
{
color: #ACBAA8;
}
</style>
background-color css
<style>
a { background-color: #ACBAA8; }
a { background-color: rgb(172,186,168); }
div.DivClassName
{
background-color: #ACBAA8;
}
.BgClassName
{
background-color: #ACBAA8;
}
</style>
border-color css
<style>
span { border-color: #ACBAA8; }
span { border-color: rgb(172,186,168); }
td.TdClassName
{
border-color: #ACBAA8;
}
.TagClassName
{
border-color: #ACBAA8;
}
</style>