Shades of Almond Frost #9A867A
Tints of Almond Frost #9A867A
RGB
CMYK
RGB Variations
Color information
#9A867A (or 0x9A867A) is known color: Almond Frost. HEX triplet: 9A, 86 and 7A. RGB value is (154,134,122). Sum of RGB (Red+Green+Blue) = 154+134+122=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A867A is #657985. Grayscale: #8A8A8A. Windows color (decimal): -6650246 or 8029850. OLE color: 8029850.
HSL color Cylindrical-coordinate representation of color #9A867A: hue angle of 22.5º 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 #9A867A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 122 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.40 |
| HSL | 22.5º | 0.14% | 0.54% | - |
| HSV(B) | 22.5º | 0.21% | 0.6% | - |
| XYZ | 25.36 | 25.33 | 21.96 | - |
| YUV | 138.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 122 | 0 | 0.13 | 0.21 | 0.40 | 22.5 | 0.14 | 0.54 |
| Hex | 9A | 86 | 7A | 0 | D | 15 | 28 | 16 | E | 36 |
| Octal | 232 | 206 | 172 | 0 | 15 | 25 | 50 | 26 | 16 | 66 |
| Binary | 10011010 | 10000110 | 1111010 | 0 | 1101 | 10101 | 101000 | 10110 | 1110 | 110110 |
Color Harmonies of #9A867A
Complementary color
Monochromatic Colors of #9A867A
Black with #9A867A
Text Example
Text Example
White with #9A867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A867A; }
p { color: rgb(154,134,122); }
H1.HeaderClassName
{
color: #9A867A;
}
.AnyTagClassName
{
color: #9A867A;
}
</style>
background-color css
<style>
a { background-color: #9A867A; }
a { background-color: rgb(154,134,122); }
div.DivClassName
{
background-color: #9A867A;
}
.BgClassName
{
background-color: #9A867A;
}
</style>
border-color css
<style>
span { border-color: #9A867A; }
span { border-color: rgb(154,134,122); }
td.TdClassName
{
border-color: #9A867A;
}
.TagClassName
{
border-color: #9A867A;
}
</style>