Shades of Almond Frost #998374
Tints of Almond Frost #998374
RGB
CMYK
RGB Variations
Color information
#998374 (or 0x998374) is known color: Almond Frost. HEX triplet: 99, 83 and 74. RGB value is (153,131,116). Sum of RGB (Red+Green+Blue) = 153+131+116=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998374 is #667C8B. Grayscale: #878787. Windows color (decimal): -6716556 or 7635865. OLE color: 7635865.
HSL color Cylindrical-coordinate representation of color #998374: hue angle of 24.32º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998374 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 116 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.4 |
| HSL | 24.32º | 0.15% | 0.53% | - |
| HSV(B) | 24.32º | 0.24% | 0.6% | - |
| XYZ | 24.41 | 24.27 | 19.92 | - |
| YUV | 135.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 116 | 0 | 0.14 | 0.24 | 0.4 | 24.32 | 0.15 | 0.53 |
| Hex | 99 | 83 | 74 | 0 | E | 18 | 28 | 18 | F | 35 |
| Octal | 231 | 203 | 164 | 0 | 16 | 30 | 50 | 30 | 17 | 65 |
| Binary | 10011001 | 10000011 | 1110100 | 0 | 1110 | 11000 | 101000 | 11000 | 1111 | 110101 |
Color Harmonies of #998374
Complementary color
Monochromatic Colors of #998374
Black with #998374
Text Example
Text Example
White with #998374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998374; }
p { color: rgb(153,131,116); }
H1.HeaderClassName
{
color: #998374;
}
.AnyTagClassName
{
color: #998374;
}
</style>
background-color css
<style>
a { background-color: #998374; }
a { background-color: rgb(153,131,116); }
div.DivClassName
{
background-color: #998374;
}
.BgClassName
{
background-color: #998374;
}
</style>
border-color css
<style>
span { border-color: #998374; }
span { border-color: rgb(153,131,116); }
td.TdClassName
{
border-color: #998374;
}
.TagClassName
{
border-color: #998374;
}
</style>