Shades of Almond Frost #99867F
Tints of Almond Frost #99867F
RGB
CMYK
RGB Variations
Color information
#99867F (or 0x99867F) is known color: Almond Frost. HEX triplet: 99, 86 and 7F. RGB value is (153,134,127). Sum of RGB (Red+Green+Blue) = 153+134+127=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99867F is #667980. Grayscale: #8A8A8A. Windows color (decimal): -6715777 or 8357529. OLE color: 8357529.
HSL color Cylindrical-coordinate representation of color #99867F: hue angle of 16.15º 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 #99867F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 127 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.4 |
| HSL | 16.15º | 0.11% | 0.55% | - |
| HSV(B) | 16.15º | 0.17% | 0.6% | - |
| XYZ | 25.49 | 25.35 | 23.63 | - |
| YUV | 138.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 127 | 0 | 0.12 | 0.17 | 0.4 | 16.15 | 0.11 | 0.55 |
| Hex | 99 | 86 | 7F | 0 | C | 11 | 28 | 10 | B | 37 |
| Octal | 231 | 206 | 177 | 0 | 14 | 21 | 50 | 20 | 13 | 67 |
| Binary | 10011001 | 10000110 | 1111111 | 0 | 1100 | 10001 | 101000 | 10000 | 1011 | 110111 |
Color Harmonies of #99867F
Complementary color
Monochromatic Colors of #99867F
Black with #99867F
Text Example
Text Example
White with #99867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99867F; }
p { color: rgb(153,134,127); }
H1.HeaderClassName
{
color: #99867F;
}
.AnyTagClassName
{
color: #99867F;
}
</style>
background-color css
<style>
a { background-color: #99867F; }
a { background-color: rgb(153,134,127); }
div.DivClassName
{
background-color: #99867F;
}
.BgClassName
{
background-color: #99867F;
}
</style>
border-color css
<style>
span { border-color: #99867F; }
span { border-color: rgb(153,134,127); }
td.TdClassName
{
border-color: #99867F;
}
.TagClassName
{
border-color: #99867F;
}
</style>