Shades of Spun Pearl #ACABB7
Tints of Spun Pearl #ACABB7
RGB
CMYK
RGB Variations
Color information
#ACABB7 (or 0xACABB7) is known color: Spun Pearl. HEX triplet: AC, AB and B7. RGB value is (172,171,183). Sum of RGB (Red+Green+Blue) = 172+171+183=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB7 is #535448. Grayscale: #ACACAC. Windows color (decimal): -5461065 or 12037036. OLE color: 12037036.
HSL color Cylindrical-coordinate representation of color #ACABB7: hue angle of 245º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACABB7 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 171 | 183 | - |
CMYK | 0.06 | 0.07 | 0 | 0.28 |
HSL | 245º | 0.08% | 0.69% | - |
HSV(B) | 245º | 0.07% | 0.72% | - |
XYZ | 40.12 | 41.32 | 50.66 | - |
YUV | 172.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 171 | 183 | 0.06 | 0.07 | 0 | 0.28 | 245 | 0.08 | 0.69 |
Hex | AC | AB | B7 | 6 | 7 | 0 | 1C | F5 | 8 | 45 |
Octal | 254 | 253 | 267 | 6 | 7 | 0 | 34 | 365 | 10 | 105 |
Binary | 10101100 | 10101011 | 10110111 | 110 | 111 | 0 | 11100 | 11110101 | 1000 | 1000101 |
Color Harmonies of #ACABB7
Complementary color
Monochromatic Colors of #ACABB7
Black with #ACABB7
Text Example
Text Example
White with #ACABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABB7; }
p { color: rgb(172,171,183); }
H1.HeaderClassName
{
color: #ACABB7;
}
.AnyTagClassName
{
color: #ACABB7;
}
</style>
background-color css
<style>
a { background-color: #ACABB7; }
a { background-color: rgb(172,171,183); }
div.DivClassName
{
background-color: #ACABB7;
}
.BgClassName
{
background-color: #ACABB7;
}
</style>
border-color css
<style>
span { border-color: #ACABB7; }
span { border-color: rgb(172,171,183); }
td.TdClassName
{
border-color: #ACABB7;
}
.TagClassName
{
border-color: #ACABB7;
}
</style>