Shades of Spun Pearl #A7A2B0
Tints of Spun Pearl #A7A2B0
RGB
CMYK
RGB Variations
Color information
#A7A2B0 (or 0xA7A2B0) is known color: Spun Pearl. HEX triplet: A7, A2 and B0. RGB value is (167,162,176). Sum of RGB (Red+Green+Blue) = 167+162+176=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #A7A2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A2B0 is #585D4F. Grayscale: #A5A5A5. Windows color (decimal): -5791056 or 11575975. OLE color: 11575975.
HSL color Cylindrical-coordinate representation of color #A7A2B0: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A7A2B0 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 167 | 162 | 176 | - |
CMYK | 0.05 | 0.08 | 0 | 0.31 |
HSL | 261.43º | 0.08% | 0.66% | - |
HSV(B) | 261.43º | 0.08% | 0.69% | - |
XYZ | 36.69 | 37.19 | 46.32 | - |
YUV | 165.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 162 | 176 | 0.05 | 0.08 | 0 | 0.31 | 261.43 | 0.08 | 0.66 |
Hex | A7 | A2 | B0 | 5 | 8 | 0 | 1F | 105 | 8 | 42 |
Octal | 247 | 242 | 260 | 5 | 10 | 0 | 37 | 405 | 10 | 102 |
Binary | 10100111 | 10100010 | 10110000 | 101 | 1000 | 0 | 11111 | 100000101 | 1000 | 1000010 |
Color Harmonies of #A7A2B0
Complementary color
Monochromatic Colors of #A7A2B0
Black with #A7A2B0
Text Example
Text Example
White with #A7A2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A2B0; }
p { color: rgb(167,162,176); }
H1.HeaderClassName
{
color: #A7A2B0;
}
.AnyTagClassName
{
color: #A7A2B0;
}
</style>
background-color css
<style>
a { background-color: #A7A2B0; }
a { background-color: rgb(167,162,176); }
div.DivClassName
{
background-color: #A7A2B0;
}
.BgClassName
{
background-color: #A7A2B0;
}
</style>
border-color css
<style>
span { border-color: #A7A2B0; }
span { border-color: rgb(167,162,176); }
td.TdClassName
{
border-color: #A7A2B0;
}
.TagClassName
{
border-color: #A7A2B0;
}
</style>