Shades of Almond Frost #A68575
Tints of Almond Frost #A68575
RGB
CMYK
RGB Variations
Color information
#A68575 (or 0xA68575) is known color: Almond Frost. HEX triplet: A6, 85 and 75. RGB value is (166,133,117). Sum of RGB (Red+Green+Blue) = 166+133+117=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68575 is #597A8A. Grayscale: #8D8D8D. Windows color (decimal): -5864075 or 7701926. OLE color: 7701926.
HSL color Cylindrical-coordinate representation of color #A68575: hue angle of 19.59º 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 #A68575 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 117 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.35 |
| HSL | 19.59º | 0.22% | 0.55% | - |
| HSV(B) | 19.59º | 0.3% | 0.65% | - |
| XYZ | 27.32 | 26.17 | 20.44 | - |
| YUV | 141.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 117 | 0 | 0.20 | 0.30 | 0.35 | 19.59 | 0.22 | 0.55 |
| Hex | A6 | 85 | 75 | 0 | 14 | 1E | 23 | 14 | 16 | 37 |
| Octal | 246 | 205 | 165 | 0 | 24 | 36 | 43 | 24 | 26 | 67 |
| Binary | 10100110 | 10000101 | 1110101 | 0 | 10100 | 11110 | 100011 | 10100 | 10110 | 110111 |
Color Harmonies of #A68575
Complementary color
Monochromatic Colors of #A68575
Black with #A68575
Text Example
Text Example
White with #A68575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68575; }
p { color: rgb(166,133,117); }
H1.HeaderClassName
{
color: #A68575;
}
.AnyTagClassName
{
color: #A68575;
}
</style>
background-color css
<style>
a { background-color: #A68575; }
a { background-color: rgb(166,133,117); }
div.DivClassName
{
background-color: #A68575;
}
.BgClassName
{
background-color: #A68575;
}
</style>
border-color css
<style>
span { border-color: #A68575; }
span { border-color: rgb(166,133,117); }
td.TdClassName
{
border-color: #A68575;
}
.TagClassName
{
border-color: #A68575;
}
</style>