Shades of Almond Frost #998378
Tints of Almond Frost #998378
RGB
CMYK
RGB Variations
Color information
#998378 (or 0x998378) is known color: Almond Frost. HEX triplet: 99, 83 and 78. RGB value is (153,131,120). Sum of RGB (Red+Green+Blue) = 153+131+120=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #998378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998378 is #667C87. Grayscale: #888888. Windows color (decimal): -6716552 or 7898009. OLE color: 7898009.
HSL color Cylindrical-coordinate representation of color #998378: hue angle of 20º 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 #998378 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 120 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.4 |
| HSL | 20º | 0.14% | 0.54% | - |
| HSV(B) | 20º | 0.22% | 0.6% | - |
| XYZ | 24.64 | 24.36 | 21.17 | - |
| YUV | 136.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 120 | 0 | 0.14 | 0.22 | 0.4 | 20 | 0.14 | 0.54 |
| Hex | 99 | 83 | 78 | 0 | E | 16 | 28 | 14 | E | 36 |
| Octal | 231 | 203 | 170 | 0 | 16 | 26 | 50 | 24 | 16 | 66 |
| Binary | 10011001 | 10000011 | 1111000 | 0 | 1110 | 10110 | 101000 | 10100 | 1110 | 110110 |
Color Harmonies of #998378
Complementary color
Monochromatic Colors of #998378
Black with #998378
Text Example
Text Example
White with #998378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998378; }
p { color: rgb(153,131,120); }
H1.HeaderClassName
{
color: #998378;
}
.AnyTagClassName
{
color: #998378;
}
</style>
background-color css
<style>
a { background-color: #998378; }
a { background-color: rgb(153,131,120); }
div.DivClassName
{
background-color: #998378;
}
.BgClassName
{
background-color: #998378;
}
</style>
border-color css
<style>
span { border-color: #998378; }
span { border-color: rgb(153,131,120); }
td.TdClassName
{
border-color: #998378;
}
.TagClassName
{
border-color: #998378;
}
</style>