Shades of Almond Frost #9A8A7A
Tints of Almond Frost #9A8A7A
RGB
CMYK
RGB Variations
Color information
#9A8A7A (or 0x9A8A7A) is known color: Almond Frost. HEX triplet: 9A, 8A and 7A. RGB value is (154,138,122). Sum of RGB (Red+Green+Blue) = 154+138+122=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8A7A is #657585. Grayscale: #8D8D8D. Windows color (decimal): -6649222 or 8030874. OLE color: 8030874.
HSL color Cylindrical-coordinate representation of color #9A8A7A: hue angle of 30º 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 #9A8A7A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 138 | 122 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.40 |
| HSL | 30º | 0.14% | 0.54% | - |
| HSV(B) | 30º | 0.21% | 0.6% | - |
| XYZ | 25.93 | 26.45 | 22.15 | - |
| YUV | 140.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 122 | 0 | 0.10 | 0.21 | 0.40 | 30 | 0.14 | 0.54 |
| Hex | 9A | 8A | 7A | 0 | A | 15 | 28 | 1E | E | 36 |
| Octal | 232 | 212 | 172 | 0 | 12 | 25 | 50 | 36 | 16 | 66 |
| Binary | 10011010 | 10001010 | 1111010 | 0 | 1010 | 10101 | 101000 | 11110 | 1110 | 110110 |
Color Harmonies of #9A8A7A
Complementary color
Monochromatic Colors of #9A8A7A
Black with #9A8A7A
Text Example
Text Example
White with #9A8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8A7A; }
p { color: rgb(154,138,122); }
H1.HeaderClassName
{
color: #9A8A7A;
}
.AnyTagClassName
{
color: #9A8A7A;
}
</style>
background-color css
<style>
a { background-color: #9A8A7A; }
a { background-color: rgb(154,138,122); }
div.DivClassName
{
background-color: #9A8A7A;
}
.BgClassName
{
background-color: #9A8A7A;
}
</style>
border-color css
<style>
span { border-color: #9A8A7A; }
span { border-color: rgb(154,138,122); }
td.TdClassName
{
border-color: #9A8A7A;
}
.TagClassName
{
border-color: #9A8A7A;
}
</style>