Shades of Spring Rain #ACBDA3
Tints of Spring Rain #ACBDA3
RGB
CMYK
RGB Variations
Color information
#ACBDA3 (or 0xACBDA3) is known color: Spring Rain. HEX triplet: AC, BD and A3. RGB value is (172,189,163). Sum of RGB (Red+Green+Blue) = 172+189+163=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA3 is #53425C. Grayscale: #B5B5B5. Windows color (decimal): -5456477 or 10730924. OLE color: 10730924.
HSL color Cylindrical-coordinate representation of color #ACBDA3: hue angle of 99.23º degrees, saturation: 0.16, 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 #ACBDA3 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 163 | - |
CMYK | 0.09 | 0 | 0.14 | 0.26 |
HSL | 99.23º | 0.16% | 0.69% | - |
HSV(B) | 99.23º | 0.14% | 0.74% | - |
XYZ | 41.82 | 47.81 | 41.67 | - |
YUV | 180.95 | 117.87 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 163 | 0.09 | 0 | 0.14 | 0.26 | 99.23 | 0.16 | 0.69 |
Hex | AC | BD | A3 | 9 | 0 | E | 1A | 63 | 10 | 45 |
Octal | 254 | 275 | 243 | 11 | 0 | 16 | 32 | 143 | 20 | 105 |
Binary | 10101100 | 10111101 | 10100011 | 1001 | 0 | 1110 | 11010 | 1100011 | 10000 | 1000101 |
Color Harmonies of #ACBDA3
Complementary color
Monochromatic Colors of #ACBDA3
Black with #ACBDA3
Text Example
Text Example
White with #ACBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDA3; }
p { color: rgb(172,189,163); }
H1.HeaderClassName
{
color: #ACBDA3;
}
.AnyTagClassName
{
color: #ACBDA3;
}
</style>
background-color css
<style>
a { background-color: #ACBDA3; }
a { background-color: rgb(172,189,163); }
div.DivClassName
{
background-color: #ACBDA3;
}
.BgClassName
{
background-color: #ACBDA3;
}
</style>
border-color css
<style>
span { border-color: #ACBDA3; }
span { border-color: rgb(172,189,163); }
td.TdClassName
{
border-color: #ACBDA3;
}
.TagClassName
{
border-color: #ACBDA3;
}
</style>