Shades of Almond Frost #A48A77
Tints of Almond Frost #A48A77
RGB
CMYK
RGB Variations
Color information
#A48A77 (or 0xA48A77) is known color: Almond Frost. HEX triplet: A4, 8A and 77. RGB value is (164,138,119). Sum of RGB (Red+Green+Blue) = 164+138+119=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A77 is #5B7588. Grayscale: #8F8F8F. Windows color (decimal): -5993865 or 7834276. OLE color: 7834276.
HSL color Cylindrical-coordinate representation of color #A48A77: hue angle of 25.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48A77 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 119 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.36 |
| HSL | 25.33º | 0.2% | 0.55% | - |
| HSV(B) | 25.33º | 0.27% | 0.64% | - |
| XYZ | 27.73 | 27.4 | 21.28 | - |
| YUV | 143.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 119 | 0 | 0.16 | 0.27 | 0.36 | 25.33 | 0.2 | 0.55 |
| Hex | A4 | 8A | 77 | 0 | 10 | 1B | 24 | 19 | 14 | 37 |
| Octal | 244 | 212 | 167 | 0 | 20 | 33 | 44 | 31 | 24 | 67 |
| Binary | 10100100 | 10001010 | 1110111 | 0 | 10000 | 11011 | 100100 | 11001 | 10100 | 110111 |
Color Harmonies of #A48A77
Complementary color
Monochromatic Colors of #A48A77
Black with #A48A77
Text Example
Text Example
White with #A48A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A77; }
p { color: rgb(164,138,119); }
H1.HeaderClassName
{
color: #A48A77;
}
.AnyTagClassName
{
color: #A48A77;
}
</style>
background-color css
<style>
a { background-color: #A48A77; }
a { background-color: rgb(164,138,119); }
div.DivClassName
{
background-color: #A48A77;
}
.BgClassName
{
background-color: #A48A77;
}
</style>
border-color css
<style>
span { border-color: #A48A77; }
span { border-color: rgb(164,138,119); }
td.TdClassName
{
border-color: #A48A77;
}
.TagClassName
{
border-color: #A48A77;
}
</style>