Shades of Almond Frost #A68778
Tints of Almond Frost #A68778
RGB
CMYK
RGB Variations
Color information
#A68778 (or 0xA68778) is known color: Almond Frost. HEX triplet: A6, 87 and 78. RGB value is (166,135,120). Sum of RGB (Red+Green+Blue) = 166+135+120=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A68778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68778 is #597887. Grayscale: #8E8E8E. Windows color (decimal): -5863560 or 7899046. OLE color: 7899046.
HSL color Cylindrical-coordinate representation of color #A68778: hue angle of 19.57º 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 #A68778 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 120 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.35 |
| HSL | 19.57º | 0.21% | 0.56% | - |
| HSV(B) | 19.57º | 0.28% | 0.65% | - |
| XYZ | 27.78 | 26.79 | 21.48 | - |
| YUV | 142.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 120 | 0 | 0.19 | 0.28 | 0.35 | 19.57 | 0.21 | 0.56 |
| Hex | A6 | 87 | 78 | 0 | 13 | 1C | 23 | 14 | 15 | 38 |
| Octal | 246 | 207 | 170 | 0 | 23 | 34 | 43 | 24 | 25 | 70 |
| Binary | 10100110 | 10000111 | 1111000 | 0 | 10011 | 11100 | 100011 | 10100 | 10101 | 111000 |
Color Harmonies of #A68778
Complementary color
Monochromatic Colors of #A68778
Black with #A68778
Text Example
Text Example
White with #A68778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68778; }
p { color: rgb(166,135,120); }
H1.HeaderClassName
{
color: #A68778;
}
.AnyTagClassName
{
color: #A68778;
}
</style>
background-color css
<style>
a { background-color: #A68778; }
a { background-color: rgb(166,135,120); }
div.DivClassName
{
background-color: #A68778;
}
.BgClassName
{
background-color: #A68778;
}
</style>
border-color css
<style>
span { border-color: #A68778; }
span { border-color: rgb(166,135,120); }
td.TdClassName
{
border-color: #A68778;
}
.TagClassName
{
border-color: #A68778;
}
</style>