Shades of Almond Frost #9D887B
Tints of Almond Frost #9D887B
RGB
CMYK
RGB Variations
Color information
#9D887B (or 0x9D887B) is known color: Almond Frost. HEX triplet: 9D, 88 and 7B. RGB value is (157,136,123). Sum of RGB (Red+Green+Blue) = 157+136+123=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D887B is #627784. Grayscale: #8C8C8C. Windows color (decimal): -6453125 or 8095901. OLE color: 8095901.
HSL color Cylindrical-coordinate representation of color #9D887B: hue angle of 22.94º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D887B is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 123 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.38 |
| HSL | 22.94º | 0.15% | 0.55% | - |
| HSV(B) | 22.94º | 0.22% | 0.62% | - |
| XYZ | 26.28 | 26.21 | 22.41 | - |
| YUV | 140.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 123 | 0 | 0.13 | 0.22 | 0.38 | 22.94 | 0.15 | 0.55 |
| Hex | 9D | 88 | 7B | 0 | D | 16 | 26 | 17 | F | 37 |
| Octal | 235 | 210 | 173 | 0 | 15 | 26 | 46 | 27 | 17 | 67 |
| Binary | 10011101 | 10001000 | 1111011 | 0 | 1101 | 10110 | 100110 | 10111 | 1111 | 110111 |
Color Harmonies of #9D887B
Complementary color
Monochromatic Colors of #9D887B
Black with #9D887B
Text Example
Text Example
White with #9D887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D887B; }
p { color: rgb(157,136,123); }
H1.HeaderClassName
{
color: #9D887B;
}
.AnyTagClassName
{
color: #9D887B;
}
</style>
background-color css
<style>
a { background-color: #9D887B; }
a { background-color: rgb(157,136,123); }
div.DivClassName
{
background-color: #9D887B;
}
.BgClassName
{
background-color: #9D887B;
}
</style>
border-color css
<style>
span { border-color: #9D887B; }
span { border-color: rgb(157,136,123); }
td.TdClassName
{
border-color: #9D887B;
}
.TagClassName
{
border-color: #9D887B;
}
</style>