Shades of Almond Frost #A18778
Tints of Almond Frost #A18778
RGB
CMYK
RGB Variations
Color information
#A18778 (or 0xA18778) is known color: Almond Frost. HEX triplet: A1, 87 and 78. RGB value is (161,135,120). Sum of RGB (Red+Green+Blue) = 161+135+120=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18778 is #5E7887. Grayscale: #8D8D8D. Windows color (decimal): -6191240 or 7899041. OLE color: 7899041.
HSL color Cylindrical-coordinate representation of color #A18778: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18778 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 120 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.37 |
| HSL | 21.95º | 0.18% | 0.55% | - |
| HSV(B) | 21.95º | 0.25% | 0.63% | - |
| XYZ | 26.75 | 26.26 | 21.43 | - |
| YUV | 141.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 120 | 0 | 0.16 | 0.25 | 0.37 | 21.95 | 0.18 | 0.55 |
| Hex | A1 | 87 | 78 | 0 | 10 | 19 | 25 | 16 | 12 | 37 |
| Octal | 241 | 207 | 170 | 0 | 20 | 31 | 45 | 26 | 22 | 67 |
| Binary | 10100001 | 10000111 | 1111000 | 0 | 10000 | 11001 | 100101 | 10110 | 10010 | 110111 |
Color Harmonies of #A18778
Complementary color
Monochromatic Colors of #A18778
Black with #A18778
Text Example
Text Example
White with #A18778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18778; }
p { color: rgb(161,135,120); }
H1.HeaderClassName
{
color: #A18778;
}
.AnyTagClassName
{
color: #A18778;
}
</style>
background-color css
<style>
a { background-color: #A18778; }
a { background-color: rgb(161,135,120); }
div.DivClassName
{
background-color: #A18778;
}
.BgClassName
{
background-color: #A18778;
}
</style>
border-color css
<style>
span { border-color: #A18778; }
span { border-color: rgb(161,135,120); }
td.TdClassName
{
border-color: #A18778;
}
.TagClassName
{
border-color: #A18778;
}
</style>