Shades of Almond Frost #9B8A81
Tints of Almond Frost #9B8A81
RGB
CMYK
RGB Variations
Color information
#9B8A81 (or 0x9B8A81) is known color: Almond Frost. HEX triplet: 9B, 8A and 81. RGB value is (155,138,129). Sum of RGB (Red+Green+Blue) = 155+138+129=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A81 is #64757E. Grayscale: #8E8E8E. Windows color (decimal): -6583679 or 8489627. OLE color: 8489627.
HSL color Cylindrical-coordinate representation of color #9B8A81: hue angle of 20.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8A81 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 129 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.39 |
| HSL | 20.77º | 0.12% | 0.56% | - |
| HSV(B) | 20.77º | 0.17% | 0.61% | - |
| XYZ | 26.57 | 26.73 | 24.53 | - |
| YUV | 142.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 129 | 0 | 0.11 | 0.17 | 0.39 | 20.77 | 0.12 | 0.56 |
| Hex | 9B | 8A | 81 | 0 | B | 11 | 27 | 15 | C | 38 |
| Octal | 233 | 212 | 201 | 0 | 13 | 21 | 47 | 25 | 14 | 70 |
| Binary | 10011011 | 10001010 | 10000001 | 0 | 1011 | 10001 | 100111 | 10101 | 1100 | 111000 |
Color Harmonies of #9B8A81
Complementary color
Monochromatic Colors of #9B8A81
Black with #9B8A81
Text Example
Text Example
White with #9B8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A81; }
p { color: rgb(155,138,129); }
H1.HeaderClassName
{
color: #9B8A81;
}
.AnyTagClassName
{
color: #9B8A81;
}
</style>
background-color css
<style>
a { background-color: #9B8A81; }
a { background-color: rgb(155,138,129); }
div.DivClassName
{
background-color: #9B8A81;
}
.BgClassName
{
background-color: #9B8A81;
}
</style>
border-color css
<style>
span { border-color: #9B8A81; }
span { border-color: rgb(155,138,129); }
td.TdClassName
{
border-color: #9B8A81;
}
.TagClassName
{
border-color: #9B8A81;
}
</style>