Shades of Spring Rain #ACAFAB
Tints of Spring Rain #ACAFAB
RGB
CMYK
RGB Variations
Color information
#ACAFAB (or 0xACAFAB) is known color: Spring Rain. HEX triplet: AC, AF and AB. RGB value is (172,175,171). Sum of RGB (Red+Green+Blue) = 172+175+171=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFAB is #535054. Grayscale: #ADADAD. Windows color (decimal): -5460053 or 11251628. OLE color: 11251628.
HSL color Cylindrical-coordinate representation of color #ACAFAB: hue angle of 105º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACAFAB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 175 | 171 | - |
CMYK | 0.02 | 0 | 0.02 | 0.31 |
HSL | 105º | 0.02% | 0.68% | - |
HSV(B) | 105º | 0.02% | 0.69% | - |
XYZ | 39.69 | 42.37 | 44.61 | - |
YUV | 173.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 171 | 0.02 | 0 | 0.02 | 0.31 | 105 | 0.02 | 0.68 |
Hex | AC | AF | AB | 2 | 0 | 2 | 1F | 69 | 2 | 44 |
Octal | 254 | 257 | 253 | 2 | 0 | 2 | 37 | 151 | 2 | 104 |
Binary | 10101100 | 10101111 | 10101011 | 10 | 0 | 10 | 11111 | 1101001 | 10 | 1000100 |
Color Harmonies of #ACAFAB
Complementary color
Monochromatic Colors of #ACAFAB
Black with #ACAFAB
Text Example
Text Example
White with #ACAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFAB; }
p { color: rgb(172,175,171); }
H1.HeaderClassName
{
color: #ACAFAB;
}
.AnyTagClassName
{
color: #ACAFAB;
}
</style>
background-color css
<style>
a { background-color: #ACAFAB; }
a { background-color: rgb(172,175,171); }
div.DivClassName
{
background-color: #ACAFAB;
}
.BgClassName
{
background-color: #ACAFAB;
}
</style>
border-color css
<style>
span { border-color: #ACAFAB; }
span { border-color: rgb(172,175,171); }
td.TdClassName
{
border-color: #ACAFAB;
}
.TagClassName
{
border-color: #ACAFAB;
}
</style>