Shades of Almond Frost #9A847A
Tints of Almond Frost #9A847A
RGB
CMYK
RGB Variations
Color information
#9A847A (or 0x9A847A) is known color: Almond Frost. HEX triplet: 9A, 84 and 7A. RGB value is (154,132,122). Sum of RGB (Red+Green+Blue) = 154+132+122=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A847A is #657B85. Grayscale: #898989. Windows color (decimal): -6650758 or 8029338. OLE color: 8029338.
HSL color Cylindrical-coordinate representation of color #9A847A: hue angle of 18.75º 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 #9A847A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 122 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.40 |
| HSL | 18.75º | 0.14% | 0.54% | - |
| HSV(B) | 18.75º | 0.21% | 0.6% | - |
| XYZ | 25.09 | 24.78 | 21.87 | - |
| YUV | 137.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 122 | 0 | 0.14 | 0.21 | 0.40 | 18.75 | 0.14 | 0.54 |
| Hex | 9A | 84 | 7A | 0 | E | 15 | 28 | 13 | E | 36 |
| Octal | 232 | 204 | 172 | 0 | 16 | 25 | 50 | 23 | 16 | 66 |
| Binary | 10011010 | 10000100 | 1111010 | 0 | 1110 | 10101 | 101000 | 10011 | 1110 | 110110 |
Color Harmonies of #9A847A
Complementary color
Monochromatic Colors of #9A847A
Black with #9A847A
Text Example
Text Example
White with #9A847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A847A; }
p { color: rgb(154,132,122); }
H1.HeaderClassName
{
color: #9A847A;
}
.AnyTagClassName
{
color: #9A847A;
}
</style>
background-color css
<style>
a { background-color: #9A847A; }
a { background-color: rgb(154,132,122); }
div.DivClassName
{
background-color: #9A847A;
}
.BgClassName
{
background-color: #9A847A;
}
</style>
border-color css
<style>
span { border-color: #9A847A; }
span { border-color: rgb(154,132,122); }
td.TdClassName
{
border-color: #9A847A;
}
.TagClassName
{
border-color: #9A847A;
}
</style>