Shades of Almond Frost #A48A7C
Tints of Almond Frost #A48A7C
RGB
CMYK
RGB Variations
Color information
#A48A7C (or 0xA48A7C) is known color: Almond Frost. HEX triplet: A4, 8A and 7C. RGB value is (164,138,124). Sum of RGB (Red+Green+Blue) = 164+138+124=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A7C is #5B7583. Grayscale: #909090. Windows color (decimal): -5993860 or 8161956. OLE color: 8161956.
HSL color Cylindrical-coordinate representation of color #A48A7C: hue angle of 21º 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 #A48A7C is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 124 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.36 |
| HSL | 21º | 0.18% | 0.56% | - |
| HSV(B) | 21º | 0.24% | 0.64% | - |
| XYZ | 28.04 | 27.52 | 22.9 | - |
| YUV | 144.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 124 | 0 | 0.16 | 0.24 | 0.36 | 21 | 0.18 | 0.56 |
| Hex | A4 | 8A | 7C | 0 | 10 | 18 | 24 | 15 | 12 | 38 |
| Octal | 244 | 212 | 174 | 0 | 20 | 30 | 44 | 25 | 22 | 70 |
| Binary | 10100100 | 10001010 | 1111100 | 0 | 10000 | 11000 | 100100 | 10101 | 10010 | 111000 |
Color Harmonies of #A48A7C
Complementary color
Monochromatic Colors of #A48A7C
Black with #A48A7C
Text Example
Text Example
White with #A48A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A7C; }
p { color: rgb(164,138,124); }
H1.HeaderClassName
{
color: #A48A7C;
}
.AnyTagClassName
{
color: #A48A7C;
}
</style>
background-color css
<style>
a { background-color: #A48A7C; }
a { background-color: rgb(164,138,124); }
div.DivClassName
{
background-color: #A48A7C;
}
.BgClassName
{
background-color: #A48A7C;
}
</style>
border-color css
<style>
span { border-color: #A48A7C; }
span { border-color: rgb(164,138,124); }
td.TdClassName
{
border-color: #A48A7C;
}
.TagClassName
{
border-color: #A48A7C;
}
</style>