Shades of Almond Frost #A48B7C
Tints of Almond Frost #A48B7C
RGB
CMYK
RGB Variations
Color information
#A48B7C (or 0xA48B7C) is known color: Almond Frost. HEX triplet: A4, 8B and 7C. RGB value is (164,139,124). Sum of RGB (Red+Green+Blue) = 164+139+124=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B7C is #5B7483. Grayscale: #909090. Windows color (decimal): -5993604 or 8162212. OLE color: 8162212.
HSL color Cylindrical-coordinate representation of color #A48B7C: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48B7C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 124 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.36 |
| HSL | 22.5º | 0.18% | 0.56% | - |
| HSV(B) | 22.5º | 0.24% | 0.64% | - |
| XYZ | 28.18 | 27.81 | 22.95 | - |
| YUV | 144.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 124 | 0 | 0.15 | 0.24 | 0.36 | 22.5 | 0.18 | 0.56 |
| Hex | A4 | 8B | 7C | 0 | F | 18 | 24 | 16 | 12 | 38 |
| Octal | 244 | 213 | 174 | 0 | 17 | 30 | 44 | 26 | 22 | 70 |
| Binary | 10100100 | 10001011 | 1111100 | 0 | 1111 | 11000 | 100100 | 10110 | 10010 | 111000 |
Color Harmonies of #A48B7C
Complementary color
Monochromatic Colors of #A48B7C
Black with #A48B7C
Text Example
Text Example
White with #A48B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B7C; }
p { color: rgb(164,139,124); }
H1.HeaderClassName
{
color: #A48B7C;
}
.AnyTagClassName
{
color: #A48B7C;
}
</style>
background-color css
<style>
a { background-color: #A48B7C; }
a { background-color: rgb(164,139,124); }
div.DivClassName
{
background-color: #A48B7C;
}
.BgClassName
{
background-color: #A48B7C;
}
</style>
border-color css
<style>
span { border-color: #A48B7C; }
span { border-color: rgb(164,139,124); }
td.TdClassName
{
border-color: #A48B7C;
}
.TagClassName
{
border-color: #A48B7C;
}
</style>