Shades of Almond Frost #9C8B80
Tints of Almond Frost #9C8B80
RGB
CMYK
RGB Variations
Color information
#9C8B80 (or 0x9C8B80) is known color: Almond Frost. HEX triplet: 9C, 8B and 80. RGB value is (156,139,128). Sum of RGB (Red+Green+Blue) = 156+139+128=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B80 is #63747F. Grayscale: #8E8E8E. Windows color (decimal): -6517888 or 8424348. OLE color: 8424348.
HSL color Cylindrical-coordinate representation of color #9C8B80: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C8B80 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 128 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.39 |
| HSL | 23.57º | 0.12% | 0.56% | - |
| HSV(B) | 23.57º | 0.18% | 0.61% | - |
| XYZ | 26.84 | 27.09 | 24.24 | - |
| YUV | 142.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 128 | 0 | 0.11 | 0.18 | 0.39 | 23.57 | 0.12 | 0.56 |
| Hex | 9C | 8B | 80 | 0 | B | 12 | 27 | 18 | C | 38 |
| Octal | 234 | 213 | 200 | 0 | 13 | 22 | 47 | 30 | 14 | 70 |
| Binary | 10011100 | 10001011 | 10000000 | 0 | 1011 | 10010 | 100111 | 11000 | 1100 | 111000 |
Color Harmonies of #9C8B80
Complementary color
Monochromatic Colors of #9C8B80
Black with #9C8B80
Text Example
Text Example
White with #9C8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B80; }
p { color: rgb(156,139,128); }
H1.HeaderClassName
{
color: #9C8B80;
}
.AnyTagClassName
{
color: #9C8B80;
}
</style>
background-color css
<style>
a { background-color: #9C8B80; }
a { background-color: rgb(156,139,128); }
div.DivClassName
{
background-color: #9C8B80;
}
.BgClassName
{
background-color: #9C8B80;
}
</style>
border-color css
<style>
span { border-color: #9C8B80; }
span { border-color: rgb(156,139,128); }
td.TdClassName
{
border-color: #9C8B80;
}
.TagClassName
{
border-color: #9C8B80;
}
</style>