Shades of Almond Frost #A88977
Tints of Almond Frost #A88977
RGB
CMYK
RGB Variations
Color information
#A88977 (or 0xA88977) is known color: Almond Frost. HEX triplet: A8, 89 and 77. RGB value is (168,137,119). Sum of RGB (Red+Green+Blue) = 168+137+119=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A88977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88977 is #577688. Grayscale: #909090. Windows color (decimal): -5731977 or 7834024. OLE color: 7834024.
HSL color Cylindrical-coordinate representation of color #A88977: hue angle of 22.04º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88977 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 119 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.34 |
| HSL | 22.04º | 0.22% | 0.56% | - |
| HSV(B) | 22.04º | 0.29% | 0.66% | - |
| XYZ | 28.42 | 27.55 | 21.27 | - |
| YUV | 144.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 119 | 0 | 0.18 | 0.29 | 0.34 | 22.04 | 0.22 | 0.56 |
| Hex | A8 | 89 | 77 | 0 | 12 | 1D | 22 | 16 | 16 | 38 |
| Octal | 250 | 211 | 167 | 0 | 22 | 35 | 42 | 26 | 26 | 70 |
| Binary | 10101000 | 10001001 | 1110111 | 0 | 10010 | 11101 | 100010 | 10110 | 10110 | 111000 |
Color Harmonies of #A88977
Complementary color
Monochromatic Colors of #A88977
Black with #A88977
Text Example
Text Example
White with #A88977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88977; }
p { color: rgb(168,137,119); }
H1.HeaderClassName
{
color: #A88977;
}
.AnyTagClassName
{
color: #A88977;
}
</style>
background-color css
<style>
a { background-color: #A88977; }
a { background-color: rgb(168,137,119); }
div.DivClassName
{
background-color: #A88977;
}
.BgClassName
{
background-color: #A88977;
}
</style>
border-color css
<style>
span { border-color: #A88977; }
span { border-color: rgb(168,137,119); }
td.TdClassName
{
border-color: #A88977;
}
.TagClassName
{
border-color: #A88977;
}
</style>