Shades of Almond Frost #948173
Tints of Almond Frost #948173
RGB
CMYK
RGB Variations
Color information
#948173 (or 0x948173) is known color: Almond Frost. HEX triplet: 94, 81 and 73. RGB value is (148,129,115). Sum of RGB (Red+Green+Blue) = 148+129+115=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948173 is #6B7E8C. Grayscale: #858585. Windows color (decimal): -7044749 or 7569812. OLE color: 7569812.
HSL color Cylindrical-coordinate representation of color #948173: hue angle of 25.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948173 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 115 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.42 |
| HSL | 25.45º | 0.13% | 0.52% | - |
| HSV(B) | 25.45º | 0.22% | 0.58% | - |
| XYZ | 23.16 | 23.23 | 19.48 | - |
| YUV | 133.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 115 | 0 | 0.13 | 0.22 | 0.42 | 25.45 | 0.13 | 0.52 |
| Hex | 94 | 81 | 73 | 0 | D | 16 | 2A | 19 | D | 34 |
| Octal | 224 | 201 | 163 | 0 | 15 | 26 | 52 | 31 | 15 | 64 |
| Binary | 10010100 | 10000001 | 1110011 | 0 | 1101 | 10110 | 101010 | 11001 | 1101 | 110100 |
Color Harmonies of #948173
Complementary color
Monochromatic Colors of #948173
Black with #948173
Text Example
Text Example
White with #948173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948173; }
p { color: rgb(148,129,115); }
H1.HeaderClassName
{
color: #948173;
}
.AnyTagClassName
{
color: #948173;
}
</style>
background-color css
<style>
a { background-color: #948173; }
a { background-color: rgb(148,129,115); }
div.DivClassName
{
background-color: #948173;
}
.BgClassName
{
background-color: #948173;
}
</style>
border-color css
<style>
span { border-color: #948173; }
span { border-color: rgb(148,129,115); }
td.TdClassName
{
border-color: #948173;
}
.TagClassName
{
border-color: #948173;
}
</style>