Shades of Spun Pearl #A09DA4
Tints of Spun Pearl #A09DA4
RGB
CMYK
RGB Variations
Color information
#A09DA4 (or 0xA09DA4) is known color: Spun Pearl. HEX triplet: A0, 9D and A4. RGB value is (160,157,164). Sum of RGB (Red+Green+Blue) = 160+157+164=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 164 - color contains mainly: blue. Hex color #A09DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DA4 is #5F625B. Grayscale: #9E9E9E. Windows color (decimal): -6251100 or 10788256. OLE color: 10788256.
HSL color Cylindrical-coordinate representation of color #A09DA4: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A09DA4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 160 | 157 | 164 | - |
CMYK | 0.02 | 0.04 | 0 | 0.36 |
HSL | 265.71º | 0.04% | 0.63% | - |
HSV(B) | 265.71º | 0.04% | 0.64% | - |
XYZ | 33.26 | 34.27 | 39.98 | - |
YUV | 158.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 157 | 164 | 0.02 | 0.04 | 0 | 0.36 | 265.71 | 0.04 | 0.63 |
Hex | A0 | 9D | A4 | 2 | 4 | 0 | 24 | 10A | 4 | 3F |
Octal | 240 | 235 | 244 | 2 | 4 | 0 | 44 | 412 | 4 | 77 |
Binary | 10100000 | 10011101 | 10100100 | 10 | 100 | 0 | 100100 | 100001010 | 100 | 111111 |
Color Harmonies of #A09DA4
Complementary color
Monochromatic Colors of #A09DA4
Black with #A09DA4
Text Example
Text Example
White with #A09DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DA4; }
p { color: rgb(160,157,164); }
H1.HeaderClassName
{
color: #A09DA4;
}
.AnyTagClassName
{
color: #A09DA4;
}
</style>
background-color css
<style>
a { background-color: #A09DA4; }
a { background-color: rgb(160,157,164); }
div.DivClassName
{
background-color: #A09DA4;
}
.BgClassName
{
background-color: #A09DA4;
}
</style>
border-color css
<style>
span { border-color: #A09DA4; }
span { border-color: rgb(160,157,164); }
td.TdClassName
{
border-color: #A09DA4;
}
.TagClassName
{
border-color: #A09DA4;
}
</style>