Shades of Almond Frost #9A8478
Tints of Almond Frost #9A8478
RGB
CMYK
RGB Variations
Color information
#9A8478 (or 0x9A8478) is known color: Almond Frost. HEX triplet: 9A, 84 and 78. RGB value is (154,132,120). Sum of RGB (Red+Green+Blue) = 154+132+120=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8478 is #657B87. Grayscale: #898989. Windows color (decimal): -6650760 or 7898266. OLE color: 7898266.
HSL color Cylindrical-coordinate representation of color #9A8478: hue angle of 21.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A8478 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 120 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.40 |
| HSL | 21.18º | 0.14% | 0.54% | - |
| HSV(B) | 21.18º | 0.22% | 0.6% | - |
| XYZ | 24.97 | 24.73 | 21.23 | - |
| YUV | 137.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 120 | 0 | 0.14 | 0.22 | 0.40 | 21.18 | 0.14 | 0.54 |
| Hex | 9A | 84 | 78 | 0 | E | 16 | 28 | 15 | E | 36 |
| Octal | 232 | 204 | 170 | 0 | 16 | 26 | 50 | 25 | 16 | 66 |
| Binary | 10011010 | 10000100 | 1111000 | 0 | 1110 | 10110 | 101000 | 10101 | 1110 | 110110 |
Color Harmonies of #9A8478
Complementary color
Monochromatic Colors of #9A8478
Black with #9A8478
Text Example
Text Example
White with #9A8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8478; }
p { color: rgb(154,132,120); }
H1.HeaderClassName
{
color: #9A8478;
}
.AnyTagClassName
{
color: #9A8478;
}
</style>
background-color css
<style>
a { background-color: #9A8478; }
a { background-color: rgb(154,132,120); }
div.DivClassName
{
background-color: #9A8478;
}
.BgClassName
{
background-color: #9A8478;
}
</style>
border-color css
<style>
span { border-color: #9A8478; }
span { border-color: rgb(154,132,120); }
td.TdClassName
{
border-color: #9A8478;
}
.TagClassName
{
border-color: #9A8478;
}
</style>