Shades of Spun Pearl #A59FAE
Tints of Spun Pearl #A59FAE
RGB
CMYK
RGB Variations
Color information
#A59FAE (or 0xA59FAE) is known color: Spun Pearl. HEX triplet: A5, 9F and AE. RGB value is (165,159,174). Sum of RGB (Red+Green+Blue) = 165+159+174=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAE is #5A6051. Grayscale: #A2A2A2. Windows color (decimal): -5922898 or 11444133. OLE color: 11444133.
HSL color Cylindrical-coordinate representation of color #A59FAE: hue angle of 264º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59FAE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 159 | 174 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.32 |
| HSL | 264º | 0.08% | 0.65% | - |
| HSV(B) | 264º | 0.09% | 0.68% | - |
| XYZ | 35.56 | 35.85 | 45.09 | - |
| YUV | 162.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 174 | 0.05 | 0.09 | 0 | 0.32 | 264 | 0.08 | 0.65 |
| Hex | A5 | 9F | AE | 5 | 9 | 0 | 20 | 108 | 8 | 41 |
| Octal | 245 | 237 | 256 | 5 | 11 | 0 | 40 | 410 | 10 | 101 |
| Binary | 10100101 | 10011111 | 10101110 | 101 | 1001 | 0 | 100000 | 100001000 | 1000 | 1000001 |
Color Harmonies of #A59FAE
Complementary color
Monochromatic Colors of #A59FAE
Black with #A59FAE
Text Example
Text Example
White with #A59FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FAE; }
p { color: rgb(165,159,174); }
H1.HeaderClassName
{
color: #A59FAE;
}
.AnyTagClassName
{
color: #A59FAE;
}
</style>
background-color css
<style>
a { background-color: #A59FAE; }
a { background-color: rgb(165,159,174); }
div.DivClassName
{
background-color: #A59FAE;
}
.BgClassName
{
background-color: #A59FAE;
}
</style>
border-color css
<style>
span { border-color: #A59FAE; }
span { border-color: rgb(165,159,174); }
td.TdClassName
{
border-color: #A59FAE;
}
.TagClassName
{
border-color: #A59FAE;
}
</style>