Shades of Almond Frost #99816F
Tints of Almond Frost #99816F
RGB
CMYK
RGB Variations
Color information
#99816F (or 0x99816F) is known color: Almond Frost. HEX triplet: 99, 81 and 6F. RGB value is (153,129,111). Sum of RGB (Red+Green+Blue) = 153+129+111=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816F is #667E90. Grayscale: #868686. Windows color (decimal): -6717073 or 7307673. OLE color: 7307673.
HSL color Cylindrical-coordinate representation of color #99816F: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99816F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 111 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.4 |
| HSL | 25.71º | 0.17% | 0.52% | - |
| HSV(B) | 25.71º | 0.27% | 0.6% | - |
| XYZ | 23.86 | 23.62 | 18.34 | - |
| YUV | 134.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 111 | 0 | 0.16 | 0.27 | 0.4 | 25.71 | 0.17 | 0.52 |
| Hex | 99 | 81 | 6F | 0 | 10 | 1B | 28 | 1A | 11 | 34 |
| Octal | 231 | 201 | 157 | 0 | 20 | 33 | 50 | 32 | 21 | 64 |
| Binary | 10011001 | 10000001 | 1101111 | 0 | 10000 | 11011 | 101000 | 11010 | 10001 | 110100 |
Color Harmonies of #99816F
Complementary color
Monochromatic Colors of #99816F
Black with #99816F
Text Example
Text Example
White with #99816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99816F; }
p { color: rgb(153,129,111); }
H1.HeaderClassName
{
color: #99816F;
}
.AnyTagClassName
{
color: #99816F;
}
</style>
background-color css
<style>
a { background-color: #99816F; }
a { background-color: rgb(153,129,111); }
div.DivClassName
{
background-color: #99816F;
}
.BgClassName
{
background-color: #99816F;
}
</style>
border-color css
<style>
span { border-color: #99816F; }
span { border-color: rgb(153,129,111); }
td.TdClassName
{
border-color: #99816F;
}
.TagClassName
{
border-color: #99816F;
}
</style>