Shades of Almond Frost #9B816E
Tints of Almond Frost #9B816E
RGB
CMYK
RGB Variations
Color information
#9B816E (or 0x9B816E) is known color: Almond Frost. HEX triplet: 9B, 81 and 6E. RGB value is (155,129,110). Sum of RGB (Red+Green+Blue) = 155+129+110=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B816E is #647E91. Grayscale: #868686. Windows color (decimal): -6586002 or 7242139. OLE color: 7242139.
HSL color Cylindrical-coordinate representation of color #9B816E: hue angle of 25.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B816E is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 110 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.39 |
| HSL | 25.33º | 0.18% | 0.52% | - |
| HSV(B) | 25.33º | 0.29% | 0.61% | - |
| XYZ | 24.18 | 23.79 | 18.07 | - |
| YUV | 134.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 110 | 0 | 0.17 | 0.29 | 0.39 | 25.33 | 0.18 | 0.52 |
| Hex | 9B | 81 | 6E | 0 | 11 | 1D | 27 | 19 | 12 | 34 |
| Octal | 233 | 201 | 156 | 0 | 21 | 35 | 47 | 31 | 22 | 64 |
| Binary | 10011011 | 10000001 | 1101110 | 0 | 10001 | 11101 | 100111 | 11001 | 10010 | 110100 |
Color Harmonies of #9B816E
Complementary color
Monochromatic Colors of #9B816E
Black with #9B816E
Text Example
Text Example
White with #9B816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B816E; }
p { color: rgb(155,129,110); }
H1.HeaderClassName
{
color: #9B816E;
}
.AnyTagClassName
{
color: #9B816E;
}
</style>
background-color css
<style>
a { background-color: #9B816E; }
a { background-color: rgb(155,129,110); }
div.DivClassName
{
background-color: #9B816E;
}
.BgClassName
{
background-color: #9B816E;
}
</style>
border-color css
<style>
span { border-color: #9B816E; }
span { border-color: rgb(155,129,110); }
td.TdClassName
{
border-color: #9B816E;
}
.TagClassName
{
border-color: #9B816E;
}
</style>