Shades of Almond Frost #998377
Tints of Almond Frost #998377
RGB
CMYK
RGB Variations
Color information
#998377 (or 0x998377) is known color: Almond Frost. HEX triplet: 99, 83 and 77. RGB value is (153,131,119). Sum of RGB (Red+Green+Blue) = 153+131+119=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998377 is #667C88. Grayscale: #888888. Windows color (decimal): -6716553 or 7832473. OLE color: 7832473.
HSL color Cylindrical-coordinate representation of color #998377: hue angle of 21.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998377 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 119 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.4 |
| HSL | 21.18º | 0.14% | 0.53% | - |
| HSV(B) | 21.18º | 0.22% | 0.6% | - |
| XYZ | 24.58 | 24.34 | 20.85 | - |
| YUV | 136.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 119 | 0 | 0.14 | 0.22 | 0.4 | 21.18 | 0.14 | 0.53 |
| Hex | 99 | 83 | 77 | 0 | E | 16 | 28 | 15 | E | 35 |
| Octal | 231 | 203 | 167 | 0 | 16 | 26 | 50 | 25 | 16 | 65 |
| Binary | 10011001 | 10000011 | 1110111 | 0 | 1110 | 10110 | 101000 | 10101 | 1110 | 110101 |
Color Harmonies of #998377
Complementary color
Monochromatic Colors of #998377
Black with #998377
Text Example
Text Example
White with #998377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998377; }
p { color: rgb(153,131,119); }
H1.HeaderClassName
{
color: #998377;
}
.AnyTagClassName
{
color: #998377;
}
</style>
background-color css
<style>
a { background-color: #998377; }
a { background-color: rgb(153,131,119); }
div.DivClassName
{
background-color: #998377;
}
.BgClassName
{
background-color: #998377;
}
</style>
border-color css
<style>
span { border-color: #998377; }
span { border-color: rgb(153,131,119); }
td.TdClassName
{
border-color: #998377;
}
.TagClassName
{
border-color: #998377;
}
</style>