Shades of Almond Frost #9A867C
Tints of Almond Frost #9A867C
RGB
CMYK
RGB Variations
Color information
#9A867C (or 0x9A867C) is known color: Almond Frost. HEX triplet: 9A, 86 and 7C. RGB value is (154,134,124). Sum of RGB (Red+Green+Blue) = 154+134+124=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 154 - color contains mainly: red. Hex color #9A867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A867C is #657983. Grayscale: #8A8A8A. Windows color (decimal): -6650244 or 8160922. OLE color: 8160922.
HSL color Cylindrical-coordinate representation of color #9A867C: hue angle of 20º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A867C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 124 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.40 |
| HSL | 20º | 0.13% | 0.55% | - |
| HSV(B) | 20º | 0.19% | 0.6% | - |
| XYZ | 25.49 | 25.38 | 22.62 | - |
| YUV | 138.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 124 | 0 | 0.13 | 0.19 | 0.40 | 20 | 0.13 | 0.55 |
| Hex | 9A | 86 | 7C | 0 | D | 13 | 28 | 14 | D | 37 |
| Octal | 232 | 206 | 174 | 0 | 15 | 23 | 50 | 24 | 15 | 67 |
| Binary | 10011010 | 10000110 | 1111100 | 0 | 1101 | 10011 | 101000 | 10100 | 1101 | 110111 |
Color Harmonies of #9A867C
Complementary color
Monochromatic Colors of #9A867C
Black with #9A867C
Text Example
Text Example
White with #9A867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A867C; }
p { color: rgb(154,134,124); }
H1.HeaderClassName
{
color: #9A867C;
}
.AnyTagClassName
{
color: #9A867C;
}
</style>
background-color css
<style>
a { background-color: #9A867C; }
a { background-color: rgb(154,134,124); }
div.DivClassName
{
background-color: #9A867C;
}
.BgClassName
{
background-color: #9A867C;
}
</style>
border-color css
<style>
span { border-color: #9A867C; }
span { border-color: rgb(154,134,124); }
td.TdClassName
{
border-color: #9A867C;
}
.TagClassName
{
border-color: #9A867C;
}
</style>