Shades of Almond Frost #9A8980
Tints of Almond Frost #9A8980
RGB
CMYK
RGB Variations
Color information
#9A8980 (or 0x9A8980) is known color: Almond Frost. HEX triplet: 9A, 89 and 80. RGB value is (154,137,128). Sum of RGB (Red+Green+Blue) = 154+137+128=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8980 is #65767F. Grayscale: #8D8D8D. Windows color (decimal): -6649472 or 8423834. OLE color: 8423834.
HSL color Cylindrical-coordinate representation of color #9A8980: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A8980 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 128 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.40 |
| HSL | 20.77º | 0.11% | 0.55% | - |
| HSV(B) | 20.77º | 0.17% | 0.6% | - |
| XYZ | 26.17 | 26.32 | 24.12 | - |
| YUV | 141.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 128 | 0 | 0.11 | 0.17 | 0.40 | 20.77 | 0.11 | 0.55 |
| Hex | 9A | 89 | 80 | 0 | B | 11 | 28 | 15 | B | 37 |
| Octal | 232 | 211 | 200 | 0 | 13 | 21 | 50 | 25 | 13 | 67 |
| Binary | 10011010 | 10001001 | 10000000 | 0 | 1011 | 10001 | 101000 | 10101 | 1011 | 110111 |
Color Harmonies of #9A8980
Complementary color
Monochromatic Colors of #9A8980
Black with #9A8980
Text Example
Text Example
White with #9A8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8980; }
p { color: rgb(154,137,128); }
H1.HeaderClassName
{
color: #9A8980;
}
.AnyTagClassName
{
color: #9A8980;
}
</style>
background-color css
<style>
a { background-color: #9A8980; }
a { background-color: rgb(154,137,128); }
div.DivClassName
{
background-color: #9A8980;
}
.BgClassName
{
background-color: #9A8980;
}
</style>
border-color css
<style>
span { border-color: #9A8980; }
span { border-color: rgb(154,137,128); }
td.TdClassName
{
border-color: #9A8980;
}
.TagClassName
{
border-color: #9A8980;
}
</style>