Shades of Almond Frost #9B8271
Tints of Almond Frost #9B8271
RGB
CMYK
RGB Variations
Color information
#9B8271 (or 0x9B8271) is known color: Almond Frost. HEX triplet: 9B, 82 and 71. RGB value is (155,130,113). Sum of RGB (Red+Green+Blue) = 155+130+113=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8271 is #647D8E. Grayscale: #878787. Windows color (decimal): -6585743 or 7439003. OLE color: 7439003.
HSL color Cylindrical-coordinate representation of color #9B8271: hue angle of 24.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B8271 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 113 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.39 |
| HSL | 24.29º | 0.17% | 0.53% | - |
| HSV(B) | 24.29º | 0.27% | 0.61% | - |
| XYZ | 24.48 | 24.13 | 18.99 | - |
| YUV | 135.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 113 | 0 | 0.16 | 0.27 | 0.39 | 24.29 | 0.17 | 0.53 |
| Hex | 9B | 82 | 71 | 0 | 10 | 1B | 27 | 18 | 11 | 35 |
| Octal | 233 | 202 | 161 | 0 | 20 | 33 | 47 | 30 | 21 | 65 |
| Binary | 10011011 | 10000010 | 1110001 | 0 | 10000 | 11011 | 100111 | 11000 | 10001 | 110101 |
Color Harmonies of #9B8271
Complementary color
Monochromatic Colors of #9B8271
Black with #9B8271
Text Example
Text Example
White with #9B8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8271; }
p { color: rgb(155,130,113); }
H1.HeaderClassName
{
color: #9B8271;
}
.AnyTagClassName
{
color: #9B8271;
}
</style>
background-color css
<style>
a { background-color: #9B8271; }
a { background-color: rgb(155,130,113); }
div.DivClassName
{
background-color: #9B8271;
}
.BgClassName
{
background-color: #9B8271;
}
</style>
border-color css
<style>
span { border-color: #9B8271; }
span { border-color: rgb(155,130,113); }
td.TdClassName
{
border-color: #9B8271;
}
.TagClassName
{
border-color: #9B8271;
}
</style>