Shades of Almond Frost #A88777
Tints of Almond Frost #A88777
RGB
CMYK
RGB Variations
Color information
#A88777 (or 0xA88777) is known color: Almond Frost. HEX triplet: A8, 87 and 77. RGB value is (168,135,119). Sum of RGB (Red+Green+Blue) = 168+135+119=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A88777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88777 is #577888. Grayscale: #8F8F8F. Windows color (decimal): -5732489 or 7833512. OLE color: 7833512.
HSL color Cylindrical-coordinate representation of color #A88777: hue angle of 19.59º 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 #A88777 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 119 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.34 |
| HSL | 19.59º | 0.22% | 0.56% | - |
| HSV(B) | 19.59º | 0.29% | 0.66% | - |
| XYZ | 28.14 | 26.98 | 21.18 | - |
| YUV | 143.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 119 | 0 | 0.20 | 0.29 | 0.34 | 19.59 | 0.22 | 0.56 |
| Hex | A8 | 87 | 77 | 0 | 14 | 1D | 22 | 14 | 16 | 38 |
| Octal | 250 | 207 | 167 | 0 | 24 | 35 | 42 | 24 | 26 | 70 |
| Binary | 10101000 | 10000111 | 1110111 | 0 | 10100 | 11101 | 100010 | 10100 | 10110 | 111000 |
Color Harmonies of #A88777
Complementary color
Monochromatic Colors of #A88777
Black with #A88777
Text Example
Text Example
White with #A88777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88777; }
p { color: rgb(168,135,119); }
H1.HeaderClassName
{
color: #A88777;
}
.AnyTagClassName
{
color: #A88777;
}
</style>
background-color css
<style>
a { background-color: #A88777; }
a { background-color: rgb(168,135,119); }
div.DivClassName
{
background-color: #A88777;
}
.BgClassName
{
background-color: #A88777;
}
</style>
border-color css
<style>
span { border-color: #A88777; }
span { border-color: rgb(168,135,119); }
td.TdClassName
{
border-color: #A88777;
}
.TagClassName
{
border-color: #A88777;
}
</style>