Shades of Spring Rain #ACBDA6
Tints of Spring Rain #ACBDA6
RGB
CMYK
RGB Variations
Color information
#ACBDA6 (or 0xACBDA6) is known color: Spring Rain. HEX triplet: AC, BD and A6. RGB value is (172,189,166). Sum of RGB (Red+Green+Blue) = 172+189+166=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA6 is #534259. Grayscale: #B5B5B5. Windows color (decimal): -5456474 or 10927532. OLE color: 10927532.
HSL color Cylindrical-coordinate representation of color #ACBDA6: hue angle of 104.35º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 166 | - |
CMYK | 0.09 | 0 | 0.12 | 0.26 |
HSL | 104.35º | 0.15% | 0.7% | - |
HSV(B) | 104.35º | 0.12% | 0.74% | - |
XYZ | 42.09 | 47.92 | 43.11 | - |
YUV | 181.3 | 119.37 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 166 | 0.09 | 0 | 0.12 | 0.26 | 104.35 | 0.15 | 0.7 |
Hex | AC | BD | A6 | 9 | 0 | C | 1A | 68 | F | 46 |
Octal | 254 | 275 | 246 | 11 | 0 | 14 | 32 | 150 | 17 | 106 |
Binary | 10101100 | 10111101 | 10100110 | 1001 | 0 | 1100 | 11010 | 1101000 | 1111 | 1000110 |
Color Harmonies of #ACBDA6
Complementary color
Monochromatic Colors of #ACBDA6
Black with #ACBDA6
Text Example
Text Example
White with #ACBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDA6; }
p { color: rgb(172,189,166); }
H1.HeaderClassName
{
color: #ACBDA6;
}
.AnyTagClassName
{
color: #ACBDA6;
}
</style>
background-color css
<style>
a { background-color: #ACBDA6; }
a { background-color: rgb(172,189,166); }
div.DivClassName
{
background-color: #ACBDA6;
}
.BgClassName
{
background-color: #ACBDA6;
}
</style>
border-color css
<style>
span { border-color: #ACBDA6; }
span { border-color: rgb(172,189,166); }
td.TdClassName
{
border-color: #ACBDA6;
}
.TagClassName
{
border-color: #ACBDA6;
}
</style>