Shades of Almond Frost #9B8475
Tints of Almond Frost #9B8475
RGB
CMYK
RGB Variations
Color information
#9B8475 (or 0x9B8475) is known color: Almond Frost. HEX triplet: 9B, 84 and 75. RGB value is (155,132,117). Sum of RGB (Red+Green+Blue) = 155+132+117=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8475 is #647B8A. Grayscale: #898989. Windows color (decimal): -6585227 or 7701659. OLE color: 7701659.
HSL color Cylindrical-coordinate representation of color #9B8475: hue angle of 23.68º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B8475 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 117 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.39 |
| HSL | 23.68º | 0.16% | 0.53% | - |
| HSV(B) | 23.68º | 0.25% | 0.61% | - |
| XYZ | 24.98 | 24.76 | 20.29 | - |
| YUV | 137.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 117 | 0 | 0.15 | 0.25 | 0.39 | 23.68 | 0.16 | 0.53 |
| Hex | 9B | 84 | 75 | 0 | F | 19 | 27 | 18 | 10 | 35 |
| Octal | 233 | 204 | 165 | 0 | 17 | 31 | 47 | 30 | 20 | 65 |
| Binary | 10011011 | 10000100 | 1110101 | 0 | 1111 | 11001 | 100111 | 11000 | 10000 | 110101 |
Color Harmonies of #9B8475
Complementary color
Monochromatic Colors of #9B8475
Black with #9B8475
Text Example
Text Example
White with #9B8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8475; }
p { color: rgb(155,132,117); }
H1.HeaderClassName
{
color: #9B8475;
}
.AnyTagClassName
{
color: #9B8475;
}
</style>
background-color css
<style>
a { background-color: #9B8475; }
a { background-color: rgb(155,132,117); }
div.DivClassName
{
background-color: #9B8475;
}
.BgClassName
{
background-color: #9B8475;
}
</style>
border-color css
<style>
span { border-color: #9B8475; }
span { border-color: rgb(155,132,117); }
td.TdClassName
{
border-color: #9B8475;
}
.TagClassName
{
border-color: #9B8475;
}
</style>