Shades of Almond Frost #A98674
Tints of Almond Frost #A98674
RGB
CMYK
RGB Variations
Color information
#A98674 (or 0xA98674) is known color: Almond Frost. HEX triplet: A9, 86 and 74. RGB value is (169,134,116). Sum of RGB (Red+Green+Blue) = 169+134+116=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98674 is #56798B. Grayscale: #8E8E8E. Windows color (decimal): -5667212 or 7636649. OLE color: 7636649.
HSL color Cylindrical-coordinate representation of color #A98674: hue angle of 20.38º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98674 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 116 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.34 |
| HSL | 20.38º | 0.24% | 0.56% | - |
| HSV(B) | 20.38º | 0.31% | 0.66% | - |
| XYZ | 28.04 | 26.75 | 20.21 | - |
| YUV | 142.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 116 | 0 | 0.21 | 0.31 | 0.34 | 20.38 | 0.24 | 0.56 |
| Hex | A9 | 86 | 74 | 0 | 15 | 1F | 22 | 14 | 18 | 38 |
| Octal | 251 | 206 | 164 | 0 | 25 | 37 | 42 | 24 | 30 | 70 |
| Binary | 10101001 | 10000110 | 1110100 | 0 | 10101 | 11111 | 100010 | 10100 | 11000 | 111000 |
Color Harmonies of #A98674
Complementary color
Monochromatic Colors of #A98674
Black with #A98674
Text Example
Text Example
White with #A98674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98674; }
p { color: rgb(169,134,116); }
H1.HeaderClassName
{
color: #A98674;
}
.AnyTagClassName
{
color: #A98674;
}
</style>
background-color css
<style>
a { background-color: #A98674; }
a { background-color: rgb(169,134,116); }
div.DivClassName
{
background-color: #A98674;
}
.BgClassName
{
background-color: #A98674;
}
</style>
border-color css
<style>
span { border-color: #A98674; }
span { border-color: rgb(169,134,116); }
td.TdClassName
{
border-color: #A98674;
}
.TagClassName
{
border-color: #A98674;
}
</style>