Shades of Spring Rain #ACBDA5
Tints of Spring Rain #ACBDA5
RGB
CMYK
RGB Variations
Color information
#ACBDA5 (or 0xACBDA5) is known color: Spring Rain. HEX triplet: AC, BD and A5. RGB value is (172,189,165). Sum of RGB (Red+Green+Blue) = 172+189+165=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA5 is #53425A. Grayscale: #B5B5B5. Windows color (decimal): -5456475 or 10861996. OLE color: 10861996.
HSL color Cylindrical-coordinate representation of color #ACBDA5: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBDA5 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 165 | - |
CMYK | 0.09 | 0 | 0.13 | 0.26 |
HSL | 102.5º | 0.15% | 0.69% | - |
HSV(B) | 102.5º | 0.13% | 0.74% | - |
XYZ | 42 | 47.88 | 42.63 | - |
YUV | 181.18 | 118.87 | 121.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 165 | 0.09 | 0 | 0.13 | 0.26 | 102.5 | 0.15 | 0.69 |
Hex | AC | BD | A5 | 9 | 0 | D | 1A | 66 | F | 45 |
Octal | 254 | 275 | 245 | 11 | 0 | 15 | 32 | 146 | 17 | 105 |
Binary | 10101100 | 10111101 | 10100101 | 1001 | 0 | 1101 | 11010 | 1100110 | 1111 | 1000101 |
Color Harmonies of #ACBDA5
Complementary color
Monochromatic Colors of #ACBDA5
Black with #ACBDA5
Text Example
Text Example
White with #ACBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDA5; }
p { color: rgb(172,189,165); }
H1.HeaderClassName
{
color: #ACBDA5;
}
.AnyTagClassName
{
color: #ACBDA5;
}
</style>
background-color css
<style>
a { background-color: #ACBDA5; }
a { background-color: rgb(172,189,165); }
div.DivClassName
{
background-color: #ACBDA5;
}
.BgClassName
{
background-color: #ACBDA5;
}
</style>
border-color css
<style>
span { border-color: #ACBDA5; }
span { border-color: rgb(172,189,165); }
td.TdClassName
{
border-color: #ACBDA5;
}
.TagClassName
{
border-color: #ACBDA5;
}
</style>