Shades of Almond Frost #A88575
Tints of Almond Frost #A88575
RGB
CMYK
RGB Variations
Color information
#A88575 (or 0xA88575) is known color: Almond Frost. HEX triplet: A8, 85 and 75. RGB value is (168,133,117). Sum of RGB (Red+Green+Blue) = 168+133+117=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A88575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88575 is #577A8A. Grayscale: #8D8D8D. Windows color (decimal): -5733003 or 7701928. OLE color: 7701928.
HSL color Cylindrical-coordinate representation of color #A88575: hue angle of 18.82º 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 #A88575 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 117 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.34 |
| HSL | 18.82º | 0.23% | 0.56% | - |
| HSV(B) | 18.82º | 0.3% | 0.66% | - |
| XYZ | 27.75 | 26.38 | 20.46 | - |
| YUV | 141.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 117 | 0 | 0.21 | 0.30 | 0.34 | 18.82 | 0.23 | 0.56 |
| Hex | A8 | 85 | 75 | 0 | 15 | 1E | 22 | 13 | 17 | 38 |
| Octal | 250 | 205 | 165 | 0 | 25 | 36 | 42 | 23 | 27 | 70 |
| Binary | 10101000 | 10000101 | 1110101 | 0 | 10101 | 11110 | 100010 | 10011 | 10111 | 111000 |
Color Harmonies of #A88575
Complementary color
Monochromatic Colors of #A88575
Black with #A88575
Text Example
Text Example
White with #A88575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88575; }
p { color: rgb(168,133,117); }
H1.HeaderClassName
{
color: #A88575;
}
.AnyTagClassName
{
color: #A88575;
}
</style>
background-color css
<style>
a { background-color: #A88575; }
a { background-color: rgb(168,133,117); }
div.DivClassName
{
background-color: #A88575;
}
.BgClassName
{
background-color: #A88575;
}
</style>
border-color css
<style>
span { border-color: #A88575; }
span { border-color: rgb(168,133,117); }
td.TdClassName
{
border-color: #A88575;
}
.TagClassName
{
border-color: #A88575;
}
</style>