Shades of Spun Pearl #ACACB0
Tints of Spun Pearl #ACACB0
RGB
CMYK
RGB Variations
Color information
#ACACB0 (or 0xACACB0) is known color: Spun Pearl. HEX triplet: AC, AC and B0. RGB value is (172,172,176). Sum of RGB (Red+Green+Blue) = 172+172+176=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACB0 is #53534F. Grayscale: #ACACAC. Windows color (decimal): -5460816 or 11578540. OLE color: 11578540.
HSL color Cylindrical-coordinate representation of color #ACACB0: hue angle of 240º 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 #ACACB0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 172 | 176 | - |
CMYK | 0.02 | 0.02 | 0 | 0.31 |
HSL | 240º | 0.02% | 0.68% | - |
HSV(B) | 240º | 0.02% | 0.69% | - |
XYZ | 39.6 | 41.41 | 46.98 | - |
YUV | 172.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 176 | 0.02 | 0.02 | 0 | 0.31 | 240 | 0.02 | 0.68 |
Hex | AC | AC | B0 | 2 | 2 | 0 | 1F | F0 | 2 | 44 |
Octal | 254 | 254 | 260 | 2 | 2 | 0 | 37 | 360 | 2 | 104 |
Binary | 10101100 | 10101100 | 10110000 | 10 | 10 | 0 | 11111 | 11110000 | 10 | 1000100 |
Color Harmonies of #ACACB0
Complementary color
Monochromatic Colors of #ACACB0
Black with #ACACB0
Text Example
Text Example
White with #ACACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACB0; }
p { color: rgb(172,172,176); }
H1.HeaderClassName
{
color: #ACACB0;
}
.AnyTagClassName
{
color: #ACACB0;
}
</style>
background-color css
<style>
a { background-color: #ACACB0; }
a { background-color: rgb(172,172,176); }
div.DivClassName
{
background-color: #ACACB0;
}
.BgClassName
{
background-color: #ACACB0;
}
</style>
border-color css
<style>
span { border-color: #ACACB0; }
span { border-color: rgb(172,172,176); }
td.TdClassName
{
border-color: #ACACB0;
}
.TagClassName
{
border-color: #ACACB0;
}
</style>