Shades of Almond Frost #A88475
Tints of Almond Frost #A88475
RGB
CMYK
RGB Variations
Color information
#A88475 (or 0xA88475) is known color: Almond Frost. HEX triplet: A8, 84 and 75. RGB value is (168,132,117). Sum of RGB (Red+Green+Blue) = 168+132+117=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88475 is #577B8A. Grayscale: #8D8D8D. Windows color (decimal): -5733259 or 7701672. OLE color: 7701672.
HSL color Cylindrical-coordinate representation of color #A88475: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88475 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 117 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.34 |
| HSL | 17.65º | 0.23% | 0.56% | - |
| HSV(B) | 17.65º | 0.3% | 0.66% | - |
| XYZ | 27.61 | 26.11 | 20.41 | - |
| YUV | 141.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 117 | 0 | 0.21 | 0.30 | 0.34 | 17.65 | 0.23 | 0.56 |
| Hex | A8 | 84 | 75 | 0 | 15 | 1E | 22 | 12 | 17 | 38 |
| Octal | 250 | 204 | 165 | 0 | 25 | 36 | 42 | 22 | 27 | 70 |
| Binary | 10101000 | 10000100 | 1110101 | 0 | 10101 | 11110 | 100010 | 10010 | 10111 | 111000 |
Color Harmonies of #A88475
Complementary color
Monochromatic Colors of #A88475
Black with #A88475
Text Example
Text Example
White with #A88475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88475; }
p { color: rgb(168,132,117); }
H1.HeaderClassName
{
color: #A88475;
}
.AnyTagClassName
{
color: #A88475;
}
</style>
background-color css
<style>
a { background-color: #A88475; }
a { background-color: rgb(168,132,117); }
div.DivClassName
{
background-color: #A88475;
}
.BgClassName
{
background-color: #A88475;
}
</style>
border-color css
<style>
span { border-color: #A88475; }
span { border-color: rgb(168,132,117); }
td.TdClassName
{
border-color: #A88475;
}
.TagClassName
{
border-color: #A88475;
}
</style>