Shades of Spun Pearl #ABA7B6
Tints of Spun Pearl #ABA7B6
RGB
CMYK
RGB Variations
Color information
#ABA7B6 (or 0xABA7B6) is known color: Spun Pearl. HEX triplet: AB, A7 and B6. RGB value is (171,167,182). Sum of RGB (Red+Green+Blue) = 171+167+182=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7B6 is #545849. Grayscale: #A9A9A9. Windows color (decimal): -5527626 or 11970475. OLE color: 11970475.
HSL color Cylindrical-coordinate representation of color #ABA7B6: hue angle of 256º 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 #ABA7B6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 171 | 167 | 182 | - |
CMYK | 0.06 | 0.08 | 0 | 0.29 |
HSL | 256º | 0.09% | 0.68% | - |
HSV(B) | 256º | 0.08% | 0.71% | - |
XYZ | 39.06 | 39.67 | 49.86 | - |
YUV | 169.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 167 | 182 | 0.06 | 0.08 | 0 | 0.29 | 256 | 0.09 | 0.68 |
Hex | AB | A7 | B6 | 6 | 8 | 0 | 1D | 100 | 9 | 44 |
Octal | 253 | 247 | 266 | 6 | 10 | 0 | 35 | 400 | 11 | 104 |
Binary | 10101011 | 10100111 | 10110110 | 110 | 1000 | 0 | 11101 | 100000000 | 1001 | 1000100 |
Color Harmonies of #ABA7B6
Complementary color
Monochromatic Colors of #ABA7B6
Black with #ABA7B6
Text Example
Text Example
White with #ABA7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7B6; }
p { color: rgb(171,167,182); }
H1.HeaderClassName
{
color: #ABA7B6;
}
.AnyTagClassName
{
color: #ABA7B6;
}
</style>
background-color css
<style>
a { background-color: #ABA7B6; }
a { background-color: rgb(171,167,182); }
div.DivClassName
{
background-color: #ABA7B6;
}
.BgClassName
{
background-color: #ABA7B6;
}
</style>
border-color css
<style>
span { border-color: #ABA7B6; }
span { border-color: rgb(171,167,182); }
td.TdClassName
{
border-color: #ABA7B6;
}
.TagClassName
{
border-color: #ABA7B6;
}
</style>