Shades of Spun Pearl #ACA7B5
Tints of Spun Pearl #ACA7B5
RGB
CMYK
RGB Variations
Color information
#ACA7B5 (or 0xACA7B5) is known color: Spun Pearl. HEX triplet: AC, A7 and B5. RGB value is (172,167,181). Sum of RGB (Red+Green+Blue) = 172+167+181=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 181 - color contains mainly: blue. Hex color #ACA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7B5 is #53584A. Grayscale: #AAAAAA. Windows color (decimal): -5462091 or 11904940. OLE color: 11904940.
HSL color Cylindrical-coordinate representation of color #ACA7B5: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACA7B5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 167 | 181 | - |
CMYK | 0.05 | 0.08 | 0 | 0.29 |
HSL | 261.43º | 0.09% | 0.68% | - |
HSV(B) | 261.43º | 0.08% | 0.71% | - |
XYZ | 39.17 | 39.74 | 49.32 | - |
YUV | 170.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 167 | 181 | 0.05 | 0.08 | 0 | 0.29 | 261.43 | 0.09 | 0.68 |
Hex | AC | A7 | B5 | 5 | 8 | 0 | 1D | 105 | 9 | 44 |
Octal | 254 | 247 | 265 | 5 | 10 | 0 | 35 | 405 | 11 | 104 |
Binary | 10101100 | 10100111 | 10110101 | 101 | 1000 | 0 | 11101 | 100000101 | 1001 | 1000100 |
Color Harmonies of #ACA7B5
Complementary color
Monochromatic Colors of #ACA7B5
Black with #ACA7B5
Text Example
Text Example
White with #ACA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA7B5; }
p { color: rgb(172,167,181); }
H1.HeaderClassName
{
color: #ACA7B5;
}
.AnyTagClassName
{
color: #ACA7B5;
}
</style>
background-color css
<style>
a { background-color: #ACA7B5; }
a { background-color: rgb(172,167,181); }
div.DivClassName
{
background-color: #ACA7B5;
}
.BgClassName
{
background-color: #ACA7B5;
}
</style>
border-color css
<style>
span { border-color: #ACA7B5; }
span { border-color: rgb(172,167,181); }
td.TdClassName
{
border-color: #ACA7B5;
}
.TagClassName
{
border-color: #ACA7B5;
}
</style>