Shades of Almond Frost #9F877E
Tints of Almond Frost #9F877E
RGB
CMYK
RGB Variations
Color information
#9F877E (or 0x9F877E) is known color: Almond Frost. HEX triplet: 9F, 87 and 7E. RGB value is (159,135,126). Sum of RGB (Red+Green+Blue) = 159+135+126=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F877E is #607881. Grayscale: #8D8D8D. Windows color (decimal): -6322306 or 8292255. OLE color: 8292255.
HSL color Cylindrical-coordinate representation of color #9F877E: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F877E is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 135 | 126 | - |
CMYK | 0 | 0.15 | 0.21 | 0.38 |
HSL | 16.36º | 0.15% | 0.56% | - |
HSV(B) | 16.36º | 0.21% | 0.62% | - |
XYZ | 26.73 | 26.21 | 23.39 | - |
YUV | 141.15 | 119.45 | 140.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 135 | 126 | 0 | 0.15 | 0.21 | 0.38 | 16.36 | 0.15 | 0.56 |
Hex | 9F | 87 | 7E | 0 | F | 15 | 26 | 10 | F | 38 |
Octal | 237 | 207 | 176 | 0 | 17 | 25 | 46 | 20 | 17 | 70 |
Binary | 10011111 | 10000111 | 1111110 | 0 | 1111 | 10101 | 100110 | 10000 | 1111 | 111000 |
Color Harmonies of #9F877E
Complementary color
Monochromatic Colors of #9F877E
Black with #9F877E
Text Example
Text Example
White with #9F877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F877E; }
p { color: rgb(159,135,126); }
H1.HeaderClassName
{
color: #9F877E;
}
.AnyTagClassName
{
color: #9F877E;
}
</style>
background-color css
<style>
a { background-color: #9F877E; }
a { background-color: rgb(159,135,126); }
div.DivClassName
{
background-color: #9F877E;
}
.BgClassName
{
background-color: #9F877E;
}
</style>
border-color css
<style>
span { border-color: #9F877E; }
span { border-color: rgb(159,135,126); }
td.TdClassName
{
border-color: #9F877E;
}
.TagClassName
{
border-color: #9F877E;
}
</style>