Shades of Almond Frost #9A8A78
Tints of Almond Frost #9A8A78
RGB
CMYK
RGB Variations
Color information
#9A8A78 (or 0x9A8A78) is known color: Almond Frost. HEX triplet: 9A, 8A and 78. RGB value is (154,138,120). Sum of RGB (Red+Green+Blue) = 154+138+120=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A78 is #657587. Grayscale: #8C8C8C. Windows color (decimal): -6649224 or 7899802. OLE color: 7899802.
HSL color Cylindrical-coordinate representation of color #9A8A78: hue angle of 31.76º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A8A78 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 120 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.40 |
| HSL | 31.76º | 0.14% | 0.54% | - |
| HSV(B) | 31.76º | 0.22% | 0.6% | - |
| XYZ | 25.81 | 26.4 | 21.51 | - |
| YUV | 140.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 120 | 0 | 0.10 | 0.22 | 0.40 | 31.76 | 0.14 | 0.54 |
| Hex | 9A | 8A | 78 | 0 | A | 16 | 28 | 20 | E | 36 |
| Octal | 232 | 212 | 170 | 0 | 12 | 26 | 50 | 40 | 16 | 66 |
| Binary | 10011010 | 10001010 | 1111000 | 0 | 1010 | 10110 | 101000 | 100000 | 1110 | 110110 |
Color Harmonies of #9A8A78
Complementary color
Monochromatic Colors of #9A8A78
Black with #9A8A78
Text Example
Text Example
White with #9A8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A78; }
p { color: rgb(154,138,120); }
H1.HeaderClassName
{
color: #9A8A78;
}
.AnyTagClassName
{
color: #9A8A78;
}
</style>
background-color css
<style>
a { background-color: #9A8A78; }
a { background-color: rgb(154,138,120); }
div.DivClassName
{
background-color: #9A8A78;
}
.BgClassName
{
background-color: #9A8A78;
}
</style>
border-color css
<style>
span { border-color: #9A8A78; }
span { border-color: rgb(154,138,120); }
td.TdClassName
{
border-color: #9A8A78;
}
.TagClassName
{
border-color: #9A8A78;
}
</style>