Shades of Spun Pearl #ACACAD
Tints of Spun Pearl #ACACAD
RGB
CMYK
RGB Variations
Color information
#ACACAD (or 0xACACAD) is known color: Spun Pearl. HEX triplet: AC, AC and AD. RGB value is (172,172,173). Sum of RGB (Red+Green+Blue) = 172+172+173=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 173 - color contains mainly: blue. Hex color #ACACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAD is #535352. Grayscale: #ACACAC. Windows color (decimal): -5460819 or 11381932. OLE color: 11381932.
HSL color Cylindrical-coordinate representation of color #ACACAD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ACACAD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 172 | 173 | - |
CMYK | 0.01 | 0.01 | 0 | 0.32 |
HSL | 240º | 0.01% | 0.68% | - |
HSV(B) | 240º | 0.01% | 0.68% | - |
XYZ | 39.31 | 41.29 | 45.43 | - |
YUV | 172.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 173 | 0.01 | 0.01 | 0 | 0.32 | 240 | 0.01 | 0.68 |
Hex | AC | AC | AD | 1 | 1 | 0 | 20 | F0 | 1 | 44 |
Octal | 254 | 254 | 255 | 1 | 1 | 0 | 40 | 360 | 1 | 104 |
Binary | 10101100 | 10101100 | 10101101 | 1 | 1 | 0 | 100000 | 11110000 | 1 | 1000100 |
Color Harmonies of #ACACAD
Complementary color
Monochromatic Colors of #ACACAD
Black with #ACACAD
Text Example
Text Example
White with #ACACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACAD; }
p { color: rgb(172,172,173); }
H1.HeaderClassName
{
color: #ACACAD;
}
.AnyTagClassName
{
color: #ACACAD;
}
</style>
background-color css
<style>
a { background-color: #ACACAD; }
a { background-color: rgb(172,172,173); }
div.DivClassName
{
background-color: #ACACAD;
}
.BgClassName
{
background-color: #ACACAD;
}
</style>
border-color css
<style>
span { border-color: #ACACAD; }
span { border-color: rgb(172,172,173); }
td.TdClassName
{
border-color: #ACACAD;
}
.TagClassName
{
border-color: #ACACAD;
}
</style>