Shades of Almond Frost #9B8A7A
Tints of Almond Frost #9B8A7A
RGB
CMYK
RGB Variations
Color information
#9B8A7A (or 0x9B8A7A) is known color: Almond Frost. HEX triplet: 9B, 8A and 7A. RGB value is (155,138,122). Sum of RGB (Red+Green+Blue) = 155+138+122=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A7A is #647585. Grayscale: #8D8D8D. Windows color (decimal): -6583686 or 8030875. OLE color: 8030875.
HSL color Cylindrical-coordinate representation of color #9B8A7A: hue angle of 29.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B8A7A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 122 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.39 |
| HSL | 29.09º | 0.14% | 0.54% | - |
| HSV(B) | 29.09º | 0.21% | 0.61% | - |
| XYZ | 26.12 | 26.55 | 22.16 | - |
| YUV | 141.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 122 | 0 | 0.11 | 0.21 | 0.39 | 29.09 | 0.14 | 0.54 |
| Hex | 9B | 8A | 7A | 0 | B | 15 | 27 | 1D | E | 36 |
| Octal | 233 | 212 | 172 | 0 | 13 | 25 | 47 | 35 | 16 | 66 |
| Binary | 10011011 | 10001010 | 1111010 | 0 | 1011 | 10101 | 100111 | 11101 | 1110 | 110110 |
Color Harmonies of #9B8A7A
Complementary color
Monochromatic Colors of #9B8A7A
Black with #9B8A7A
Text Example
Text Example
White with #9B8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A7A; }
p { color: rgb(155,138,122); }
H1.HeaderClassName
{
color: #9B8A7A;
}
.AnyTagClassName
{
color: #9B8A7A;
}
</style>
background-color css
<style>
a { background-color: #9B8A7A; }
a { background-color: rgb(155,138,122); }
div.DivClassName
{
background-color: #9B8A7A;
}
.BgClassName
{
background-color: #9B8A7A;
}
</style>
border-color css
<style>
span { border-color: #9B8A7A; }
span { border-color: rgb(155,138,122); }
td.TdClassName
{
border-color: #9B8A7A;
}
.TagClassName
{
border-color: #9B8A7A;
}
</style>