Shades of Almond Frost #A68574
Tints of Almond Frost #A68574
RGB
CMYK
RGB Variations
Color information
#A68574 (or 0xA68574) is known color: Almond Frost. HEX triplet: A6, 85 and 74. RGB value is (166,133,116). Sum of RGB (Red+Green+Blue) = 166+133+116=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68574 is #597A8B. Grayscale: #8D8D8D. Windows color (decimal): -5864076 or 7636390. OLE color: 7636390.
HSL color Cylindrical-coordinate representation of color #A68574: hue angle of 20.4º 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 #A68574 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 116 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.35 |
| HSL | 20.4º | 0.22% | 0.55% | - |
| HSV(B) | 20.4º | 0.3% | 0.65% | - |
| XYZ | 27.27 | 26.14 | 20.13 | - |
| YUV | 140.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 116 | 0 | 0.20 | 0.30 | 0.35 | 20.4 | 0.22 | 0.55 |
| Hex | A6 | 85 | 74 | 0 | 14 | 1E | 23 | 14 | 16 | 37 |
| Octal | 246 | 205 | 164 | 0 | 24 | 36 | 43 | 24 | 26 | 67 |
| Binary | 10100110 | 10000101 | 1110100 | 0 | 10100 | 11110 | 100011 | 10100 | 10110 | 110111 |
Color Harmonies of #A68574
Complementary color
Monochromatic Colors of #A68574
Black with #A68574
Text Example
Text Example
White with #A68574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68574; }
p { color: rgb(166,133,116); }
H1.HeaderClassName
{
color: #A68574;
}
.AnyTagClassName
{
color: #A68574;
}
</style>
background-color css
<style>
a { background-color: #A68574; }
a { background-color: rgb(166,133,116); }
div.DivClassName
{
background-color: #A68574;
}
.BgClassName
{
background-color: #A68574;
}
</style>
border-color css
<style>
span { border-color: #A68574; }
span { border-color: rgb(166,133,116); }
td.TdClassName
{
border-color: #A68574;
}
.TagClassName
{
border-color: #A68574;
}
</style>