Shades of Spring Rain #ACBDA2
Tints of Spring Rain #ACBDA2
RGB
CMYK
RGB Variations
Color information
#ACBDA2 (or 0xACBDA2) is known color: Spring Rain. HEX triplet: AC, BD and A2. RGB value is (172,189,162). Sum of RGB (Red+Green+Blue) = 172+189+162=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA2 is #53425D. Grayscale: #B4B4B4. Windows color (decimal): -5456478 or 10665388. OLE color: 10665388.
HSL color Cylindrical-coordinate representation of color #ACBDA2: hue angle of 97.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBDA2 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 162 | - |
CMYK | 0.09 | 0 | 0.14 | 0.26 |
HSL | 97.78º | 0.17% | 0.69% | - |
HSV(B) | 97.78º | 0.14% | 0.74% | - |
XYZ | 41.73 | 47.77 | 41.2 | - |
YUV | 180.84 | 117.37 | 121.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 162 | 0.09 | 0 | 0.14 | 0.26 | 97.78 | 0.17 | 0.69 |
Hex | AC | BD | A2 | 9 | 0 | E | 1A | 62 | 11 | 45 |
Octal | 254 | 275 | 242 | 11 | 0 | 16 | 32 | 142 | 21 | 105 |
Binary | 10101100 | 10111101 | 10100010 | 1001 | 0 | 1110 | 11010 | 1100010 | 10001 | 1000101 |
Color Harmonies of #ACBDA2
Complementary color
Monochromatic Colors of #ACBDA2
Black with #ACBDA2
Text Example
Text Example
White with #ACBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDA2; }
p { color: rgb(172,189,162); }
H1.HeaderClassName
{
color: #ACBDA2;
}
.AnyTagClassName
{
color: #ACBDA2;
}
</style>
background-color css
<style>
a { background-color: #ACBDA2; }
a { background-color: rgb(172,189,162); }
div.DivClassName
{
background-color: #ACBDA2;
}
.BgClassName
{
background-color: #ACBDA2;
}
</style>
border-color css
<style>
span { border-color: #ACBDA2; }
span { border-color: rgb(172,189,162); }
td.TdClassName
{
border-color: #ACBDA2;
}
.TagClassName
{
border-color: #ACBDA2;
}
</style>