Shades of Almond Frost #A68877
Tints of Almond Frost #A68877
RGB
CMYK
RGB Variations
Color information
#A68877 (or 0xA68877) is known color: Almond Frost. HEX triplet: A6, 88 and 77. RGB value is (166,136,119). Sum of RGB (Red+Green+Blue) = 166+136+119=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A68877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68877 is #597788. Grayscale: #8F8F8F. Windows color (decimal): -5863305 or 7833766. OLE color: 7833766.
HSL color Cylindrical-coordinate representation of color #A68877: hue angle of 21.7º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68877 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 119 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.35 |
| HSL | 21.7º | 0.21% | 0.56% | - |
| HSV(B) | 21.7º | 0.28% | 0.65% | - |
| XYZ | 27.86 | 27.05 | 21.21 | - |
| YUV | 143.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 119 | 0 | 0.18 | 0.28 | 0.35 | 21.7 | 0.21 | 0.56 |
| Hex | A6 | 88 | 77 | 0 | 12 | 1C | 23 | 16 | 15 | 38 |
| Octal | 246 | 210 | 167 | 0 | 22 | 34 | 43 | 26 | 25 | 70 |
| Binary | 10100110 | 10001000 | 1110111 | 0 | 10010 | 11100 | 100011 | 10110 | 10101 | 111000 |
Color Harmonies of #A68877
Complementary color
Monochromatic Colors of #A68877
Black with #A68877
Text Example
Text Example
White with #A68877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68877; }
p { color: rgb(166,136,119); }
H1.HeaderClassName
{
color: #A68877;
}
.AnyTagClassName
{
color: #A68877;
}
</style>
background-color css
<style>
a { background-color: #A68877; }
a { background-color: rgb(166,136,119); }
div.DivClassName
{
background-color: #A68877;
}
.BgClassName
{
background-color: #A68877;
}
</style>
border-color css
<style>
span { border-color: #A68877; }
span { border-color: rgb(166,136,119); }
td.TdClassName
{
border-color: #A68877;
}
.TagClassName
{
border-color: #A68877;
}
</style>