Shades of Almond Frost #99877F
Tints of Almond Frost #99877F
RGB
CMYK
RGB Variations
Color information
#99877F (or 0x99877F) is known color: Almond Frost. HEX triplet: 99, 87 and 7F. RGB value is (153,135,127). Sum of RGB (Red+Green+Blue) = 153+135+127=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99877F is #667880. Grayscale: #8B8B8B. Windows color (decimal): -6715521 or 8357785. OLE color: 8357785.
HSL color Cylindrical-coordinate representation of color #99877F: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99877F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 127 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.4 |
| HSL | 18.46º | 0.11% | 0.55% | - |
| HSV(B) | 18.46º | 0.17% | 0.6% | - |
| XYZ | 25.63 | 25.63 | 23.68 | - |
| YUV | 139.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 127 | 0 | 0.12 | 0.17 | 0.4 | 18.46 | 0.11 | 0.55 |
| Hex | 99 | 87 | 7F | 0 | C | 11 | 28 | 12 | B | 37 |
| Octal | 231 | 207 | 177 | 0 | 14 | 21 | 50 | 22 | 13 | 67 |
| Binary | 10011001 | 10000111 | 1111111 | 0 | 1100 | 10001 | 101000 | 10010 | 1011 | 110111 |
Color Harmonies of #99877F
Complementary color
Monochromatic Colors of #99877F
Black with #99877F
Text Example
Text Example
White with #99877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99877F; }
p { color: rgb(153,135,127); }
H1.HeaderClassName
{
color: #99877F;
}
.AnyTagClassName
{
color: #99877F;
}
</style>
background-color css
<style>
a { background-color: #99877F; }
a { background-color: rgb(153,135,127); }
div.DivClassName
{
background-color: #99877F;
}
.BgClassName
{
background-color: #99877F;
}
</style>
border-color css
<style>
span { border-color: #99877F; }
span { border-color: rgb(153,135,127); }
td.TdClassName
{
border-color: #99877F;
}
.TagClassName
{
border-color: #99877F;
}
</style>