Shades of Almond Frost #9B8270
Tints of Almond Frost #9B8270
RGB
CMYK
RGB Variations
Color information
#9B8270 (or 0x9B8270) is known color: Almond Frost. HEX triplet: 9B, 82 and 70. RGB value is (155,130,112). Sum of RGB (Red+Green+Blue) = 155+130+112=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8270 is #647D8F. Grayscale: #878787. Windows color (decimal): -6585744 or 7373467. OLE color: 7373467.
HSL color Cylindrical-coordinate representation of color #9B8270: hue angle of 25.12º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8270 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 112 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.39 |
| HSL | 25.12º | 0.18% | 0.52% | - |
| HSV(B) | 25.12º | 0.28% | 0.61% | - |
| XYZ | 24.42 | 24.1 | 18.69 | - |
| YUV | 135.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 112 | 0 | 0.16 | 0.28 | 0.39 | 25.12 | 0.18 | 0.52 |
| Hex | 9B | 82 | 70 | 0 | 10 | 1C | 27 | 19 | 12 | 34 |
| Octal | 233 | 202 | 160 | 0 | 20 | 34 | 47 | 31 | 22 | 64 |
| Binary | 10011011 | 10000010 | 1110000 | 0 | 10000 | 11100 | 100111 | 11001 | 10010 | 110100 |
Color Harmonies of #9B8270
Complementary color
Monochromatic Colors of #9B8270
Black with #9B8270
Text Example
Text Example
White with #9B8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8270; }
p { color: rgb(155,130,112); }
H1.HeaderClassName
{
color: #9B8270;
}
.AnyTagClassName
{
color: #9B8270;
}
</style>
background-color css
<style>
a { background-color: #9B8270; }
a { background-color: rgb(155,130,112); }
div.DivClassName
{
background-color: #9B8270;
}
.BgClassName
{
background-color: #9B8270;
}
</style>
border-color css
<style>
span { border-color: #9B8270; }
span { border-color: rgb(155,130,112); }
td.TdClassName
{
border-color: #9B8270;
}
.TagClassName
{
border-color: #9B8270;
}
</style>