Shades of Almond Frost #A68875
Tints of Almond Frost #A68875
RGB
CMYK
RGB Variations
Color information
#A68875 (or 0xA68875) is known color: Almond Frost. HEX triplet: A6, 88 and 75. RGB value is (166,136,117). Sum of RGB (Red+Green+Blue) = 166+136+117=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68875 is #59778A. Grayscale: #8E8E8E. Windows color (decimal): -5863307 or 7702694. OLE color: 7702694.
HSL color Cylindrical-coordinate representation of color #A68875: hue angle of 23.27º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68875 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 117 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.35 |
| HSL | 23.27º | 0.22% | 0.55% | - |
| HSV(B) | 23.27º | 0.3% | 0.65% | - |
| XYZ | 27.74 | 27 | 20.58 | - |
| YUV | 142.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 117 | 0 | 0.18 | 0.30 | 0.35 | 23.27 | 0.22 | 0.55 |
| Hex | A6 | 88 | 75 | 0 | 12 | 1E | 23 | 17 | 16 | 37 |
| Octal | 246 | 210 | 165 | 0 | 22 | 36 | 43 | 27 | 26 | 67 |
| Binary | 10100110 | 10001000 | 1110101 | 0 | 10010 | 11110 | 100011 | 10111 | 10110 | 110111 |
Color Harmonies of #A68875
Complementary color
Monochromatic Colors of #A68875
Black with #A68875
Text Example
Text Example
White with #A68875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68875; }
p { color: rgb(166,136,117); }
H1.HeaderClassName
{
color: #A68875;
}
.AnyTagClassName
{
color: #A68875;
}
</style>
background-color css
<style>
a { background-color: #A68875; }
a { background-color: rgb(166,136,117); }
div.DivClassName
{
background-color: #A68875;
}
.BgClassName
{
background-color: #A68875;
}
</style>
border-color css
<style>
span { border-color: #A68875; }
span { border-color: rgb(166,136,117); }
td.TdClassName
{
border-color: #A68875;
}
.TagClassName
{
border-color: #A68875;
}
</style>