Shades of Almond Frost #A48A79
Tints of Almond Frost #A48A79
RGB
CMYK
RGB Variations
Color information
#A48A79 (or 0xA48A79) is known color: Almond Frost. HEX triplet: A4, 8A and 79. RGB value is (164,138,121). Sum of RGB (Red+Green+Blue) = 164+138+121=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A79 is #5B7586. Grayscale: #8F8F8F. Windows color (decimal): -5993863 or 7965348. OLE color: 7965348.
HSL color Cylindrical-coordinate representation of color #A48A79: hue angle of 23.72º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A48A79 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 121 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.36 |
| HSL | 23.72º | 0.19% | 0.56% | - |
| HSV(B) | 23.72º | 0.26% | 0.64% | - |
| XYZ | 27.85 | 27.45 | 21.92 | - |
| YUV | 143.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 121 | 0 | 0.16 | 0.26 | 0.36 | 23.72 | 0.19 | 0.56 |
| Hex | A4 | 8A | 79 | 0 | 10 | 1A | 24 | 18 | 13 | 38 |
| Octal | 244 | 212 | 171 | 0 | 20 | 32 | 44 | 30 | 23 | 70 |
| Binary | 10100100 | 10001010 | 1111001 | 0 | 10000 | 11010 | 100100 | 11000 | 10011 | 111000 |
Color Harmonies of #A48A79
Complementary color
Monochromatic Colors of #A48A79
Black with #A48A79
Text Example
Text Example
White with #A48A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A79; }
p { color: rgb(164,138,121); }
H1.HeaderClassName
{
color: #A48A79;
}
.AnyTagClassName
{
color: #A48A79;
}
</style>
background-color css
<style>
a { background-color: #A48A79; }
a { background-color: rgb(164,138,121); }
div.DivClassName
{
background-color: #A48A79;
}
.BgClassName
{
background-color: #A48A79;
}
</style>
border-color css
<style>
span { border-color: #A48A79; }
span { border-color: rgb(164,138,121); }
td.TdClassName
{
border-color: #A48A79;
}
.TagClassName
{
border-color: #A48A79;
}
</style>