Shades of Almond Frost #9A897A
Tints of Almond Frost #9A897A
RGB
CMYK
RGB Variations
Color information
#9A897A (or 0x9A897A) is known color: Almond Frost. HEX triplet: 9A, 89 and 7A. RGB value is (154,137,122). Sum of RGB (Red+Green+Blue) = 154+137+122=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A897A is #657685. Grayscale: #8C8C8C. Windows color (decimal): -6649478 or 8030618. OLE color: 8030618.
HSL color Cylindrical-coordinate representation of color #9A897A: hue angle of 28.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A897A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 122 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.40 |
| HSL | 28.13º | 0.14% | 0.54% | - |
| HSV(B) | 28.13º | 0.21% | 0.6% | - |
| XYZ | 25.78 | 26.17 | 22.1 | - |
| YUV | 140.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 122 | 0 | 0.11 | 0.21 | 0.40 | 28.13 | 0.14 | 0.54 |
| Hex | 9A | 89 | 7A | 0 | B | 15 | 28 | 1C | E | 36 |
| Octal | 232 | 211 | 172 | 0 | 13 | 25 | 50 | 34 | 16 | 66 |
| Binary | 10011010 | 10001001 | 1111010 | 0 | 1011 | 10101 | 101000 | 11100 | 1110 | 110110 |
Color Harmonies of #9A897A
Complementary color
Monochromatic Colors of #9A897A
Black with #9A897A
Text Example
Text Example
White with #9A897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A897A; }
p { color: rgb(154,137,122); }
H1.HeaderClassName
{
color: #9A897A;
}
.AnyTagClassName
{
color: #9A897A;
}
</style>
background-color css
<style>
a { background-color: #9A897A; }
a { background-color: rgb(154,137,122); }
div.DivClassName
{
background-color: #9A897A;
}
.BgClassName
{
background-color: #9A897A;
}
</style>
border-color css
<style>
span { border-color: #9A897A; }
span { border-color: rgb(154,137,122); }
td.TdClassName
{
border-color: #9A897A;
}
.TagClassName
{
border-color: #9A897A;
}
</style>