Shades of Almond Frost #9A867E
Tints of Almond Frost #9A867E
RGB
CMYK
RGB Variations
Color information
#9A867E (or 0x9A867E) is known color: Almond Frost. HEX triplet: 9A, 86 and 7E. RGB value is (154,134,126). Sum of RGB (Red+Green+Blue) = 154+134+126=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A867E is #657981. Grayscale: #8B8B8B. Windows color (decimal): -6650242 or 8291994. OLE color: 8291994.
HSL color Cylindrical-coordinate representation of color #9A867E: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A867E is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 126 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.40 |
| HSL | 17.14º | 0.12% | 0.55% | - |
| HSV(B) | 17.14º | 0.18% | 0.6% | - |
| XYZ | 25.62 | 25.43 | 23.3 | - |
| YUV | 139.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 126 | 0 | 0.13 | 0.18 | 0.40 | 17.14 | 0.12 | 0.55 |
| Hex | 9A | 86 | 7E | 0 | D | 12 | 28 | 11 | C | 37 |
| Octal | 232 | 206 | 176 | 0 | 15 | 22 | 50 | 21 | 14 | 67 |
| Binary | 10011010 | 10000110 | 1111110 | 0 | 1101 | 10010 | 101000 | 10001 | 1100 | 110111 |
Color Harmonies of #9A867E
Complementary color
Monochromatic Colors of #9A867E
Black with #9A867E
Text Example
Text Example
White with #9A867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A867E; }
p { color: rgb(154,134,126); }
H1.HeaderClassName
{
color: #9A867E;
}
.AnyTagClassName
{
color: #9A867E;
}
</style>
background-color css
<style>
a { background-color: #9A867E; }
a { background-color: rgb(154,134,126); }
div.DivClassName
{
background-color: #9A867E;
}
.BgClassName
{
background-color: #9A867E;
}
</style>
border-color css
<style>
span { border-color: #9A867E; }
span { border-color: rgb(154,134,126); }
td.TdClassName
{
border-color: #9A867E;
}
.TagClassName
{
border-color: #9A867E;
}
</style>