Shades of Almond Frost #9A8880
Tints of Almond Frost #9A8880
RGB
CMYK
RGB Variations
Color information
#9A8880 (or 0x9A8880) is known color: Almond Frost. HEX triplet: 9A, 88 and 80. RGB value is (154,136,128). Sum of RGB (Red+Green+Blue) = 154+136+128=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8880 is #65777F. Grayscale: #8C8C8C. Windows color (decimal): -6649728 or 8423578. OLE color: 8423578.
HSL color Cylindrical-coordinate representation of color #9A8880: hue angle of 18.46º 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 #9A8880 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 128 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.40 |
| HSL | 18.46º | 0.11% | 0.55% | - |
| HSV(B) | 18.46º | 0.17% | 0.6% | - |
| XYZ | 26.03 | 26.04 | 24.08 | - |
| YUV | 140.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 128 | 0 | 0.12 | 0.17 | 0.40 | 18.46 | 0.11 | 0.55 |
| Hex | 9A | 88 | 80 | 0 | C | 11 | 28 | 12 | B | 37 |
| Octal | 232 | 210 | 200 | 0 | 14 | 21 | 50 | 22 | 13 | 67 |
| Binary | 10011010 | 10001000 | 10000000 | 0 | 1100 | 10001 | 101000 | 10010 | 1011 | 110111 |
Color Harmonies of #9A8880
Complementary color
Monochromatic Colors of #9A8880
Black with #9A8880
Text Example
Text Example
White with #9A8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8880; }
p { color: rgb(154,136,128); }
H1.HeaderClassName
{
color: #9A8880;
}
.AnyTagClassName
{
color: #9A8880;
}
</style>
background-color css
<style>
a { background-color: #9A8880; }
a { background-color: rgb(154,136,128); }
div.DivClassName
{
background-color: #9A8880;
}
.BgClassName
{
background-color: #9A8880;
}
</style>
border-color css
<style>
span { border-color: #9A8880; }
span { border-color: rgb(154,136,128); }
td.TdClassName
{
border-color: #9A8880;
}
.TagClassName
{
border-color: #9A8880;
}
</style>