Shades of Spun Pearl #ACABB5
Tints of Spun Pearl #ACABB5
RGB
CMYK
RGB Variations
Color information
#ACABB5 (or 0xACABB5) is known color: Spun Pearl. HEX triplet: AC, AB and B5. RGB value is (172,171,181). Sum of RGB (Red+Green+Blue) = 172+171+181=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #ACABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB5 is #53544A. Grayscale: #ACACAC. Windows color (decimal): -5461067 or 11905964. OLE color: 11905964.
HSL color Cylindrical-coordinate representation of color #ACABB5: hue angle of 246º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACABB5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 171 | 181 | - |
CMYK | 0.05 | 0.06 | 0 | 0.29 |
HSL | 246º | 0.06% | 0.69% | - |
HSV(B) | 246º | 0.06% | 0.71% | - |
XYZ | 39.92 | 41.23 | 49.57 | - |
YUV | 172.44 | 132.83 | 127.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 181 | 0.05 | 0.06 | 0 | 0.29 | 246 | 0.06 | 0.69 |
Hex | AC | AB | B5 | 5 | 6 | 0 | 1D | F6 | 6 | 45 |
Octal | 254 | 253 | 265 | 5 | 6 | 0 | 35 | 366 | 6 | 105 |
Binary | 10101100 | 10101011 | 10110101 | 101 | 110 | 0 | 11101 | 11110110 | 110 | 1000101 |
Color Harmonies of #ACABB5
Complementary color
Monochromatic Colors of #ACABB5
Black with #ACABB5
Text Example
Text Example
White with #ACABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABB5; }
p { color: rgb(172,171,181); }
H1.HeaderClassName
{
color: #ACABB5;
}
.AnyTagClassName
{
color: #ACABB5;
}
</style>
background-color css
<style>
a { background-color: #ACABB5; }
a { background-color: rgb(172,171,181); }
div.DivClassName
{
background-color: #ACABB5;
}
.BgClassName
{
background-color: #ACABB5;
}
</style>
border-color css
<style>
span { border-color: #ACABB5; }
span { border-color: rgb(172,171,181); }
td.TdClassName
{
border-color: #ACABB5;
}
.TagClassName
{
border-color: #ACABB5;
}
</style>