Shades of Spun Pearl #A5A0AE
Tints of Spun Pearl #A5A0AE
RGB
CMYK
RGB Variations
Color information
#A5A0AE (or 0xA5A0AE) is known color: Spun Pearl. HEX triplet: A5, A0 and AE. RGB value is (165,160,174). Sum of RGB (Red+Green+Blue) = 165+160+174=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A0AE is #5A5F51. Grayscale: #A3A3A3. Windows color (decimal): -5922642 or 11444389. OLE color: 11444389.
HSL color Cylindrical-coordinate representation of color #A5A0AE: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5A0AE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 160 | 174 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.32 |
| HSL | 261.43º | 0.08% | 0.65% | - |
| HSV(B) | 261.43º | 0.08% | 0.68% | - |
| XYZ | 35.73 | 36.2 | 45.15 | - |
| YUV | 163.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 174 | 0.05 | 0.08 | 0 | 0.32 | 261.43 | 0.08 | 0.65 |
| Hex | A5 | A0 | AE | 5 | 8 | 0 | 20 | 105 | 8 | 41 |
| Octal | 245 | 240 | 256 | 5 | 10 | 0 | 40 | 405 | 10 | 101 |
| Binary | 10100101 | 10100000 | 10101110 | 101 | 1000 | 0 | 100000 | 100000101 | 1000 | 1000001 |
Color Harmonies of #A5A0AE
Complementary color
Monochromatic Colors of #A5A0AE
Black with #A5A0AE
Text Example
Text Example
White with #A5A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A0AE; }
p { color: rgb(165,160,174); }
H1.HeaderClassName
{
color: #A5A0AE;
}
.AnyTagClassName
{
color: #A5A0AE;
}
</style>
background-color css
<style>
a { background-color: #A5A0AE; }
a { background-color: rgb(165,160,174); }
div.DivClassName
{
background-color: #A5A0AE;
}
.BgClassName
{
background-color: #A5A0AE;
}
</style>
border-color css
<style>
span { border-color: #A5A0AE; }
span { border-color: rgb(165,160,174); }
td.TdClassName
{
border-color: #A5A0AE;
}
.TagClassName
{
border-color: #A5A0AE;
}
</style>