Shades of Almond Frost #998172
Tints of Almond Frost #998172
RGB
CMYK
RGB Variations
Color information
#998172 (or 0x998172) is known color: Almond Frost. HEX triplet: 99, 81 and 72. RGB value is (153,129,114). Sum of RGB (Red+Green+Blue) = 153+129+114=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #998172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998172 is #667E8D. Grayscale: #868686. Windows color (decimal): -6717070 or 7504281. OLE color: 7504281.
HSL color Cylindrical-coordinate representation of color #998172: hue angle of 23.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998172 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 114 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.4 |
| HSL | 23.08º | 0.16% | 0.52% | - |
| HSV(B) | 23.08º | 0.25% | 0.6% | - |
| XYZ | 24.02 | 23.69 | 19.23 | - |
| YUV | 134.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 114 | 0 | 0.16 | 0.25 | 0.4 | 23.08 | 0.16 | 0.52 |
| Hex | 99 | 81 | 72 | 0 | 10 | 19 | 28 | 17 | 10 | 34 |
| Octal | 231 | 201 | 162 | 0 | 20 | 31 | 50 | 27 | 20 | 64 |
| Binary | 10011001 | 10000001 | 1110010 | 0 | 10000 | 11001 | 101000 | 10111 | 10000 | 110100 |
Color Harmonies of #998172
Complementary color
Monochromatic Colors of #998172
Black with #998172
Text Example
Text Example
White with #998172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998172; }
p { color: rgb(153,129,114); }
H1.HeaderClassName
{
color: #998172;
}
.AnyTagClassName
{
color: #998172;
}
</style>
background-color css
<style>
a { background-color: #998172; }
a { background-color: rgb(153,129,114); }
div.DivClassName
{
background-color: #998172;
}
.BgClassName
{
background-color: #998172;
}
</style>
border-color css
<style>
span { border-color: #998172; }
span { border-color: rgb(153,129,114); }
td.TdClassName
{
border-color: #998172;
}
.TagClassName
{
border-color: #998172;
}
</style>