Shades of Almond Frost #A2867B
Tints of Almond Frost #A2867B
RGB
CMYK
RGB Variations
Color information
#A2867B (or 0xA2867B) is known color: Almond Frost. HEX triplet: A2, 86 and 7B. RGB value is (162,134,123). Sum of RGB (Red+Green+Blue) = 162+134+123=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2867B is #5D7984. Grayscale: #8D8D8D. Windows color (decimal): -6125957 or 8095394. OLE color: 8095394.
HSL color Cylindrical-coordinate representation of color #A2867B: hue angle of 16.92º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2867B is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 123 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.36 |
| HSL | 16.92º | 0.17% | 0.56% | - |
| HSV(B) | 16.92º | 0.24% | 0.64% | - |
| XYZ | 27 | 26.16 | 22.37 | - |
| YUV | 141.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 123 | 0 | 0.17 | 0.24 | 0.36 | 16.92 | 0.17 | 0.56 |
| Hex | A2 | 86 | 7B | 0 | 11 | 18 | 24 | 11 | 11 | 38 |
| Octal | 242 | 206 | 173 | 0 | 21 | 30 | 44 | 21 | 21 | 70 |
| Binary | 10100010 | 10000110 | 1111011 | 0 | 10001 | 11000 | 100100 | 10001 | 10001 | 111000 |
Color Harmonies of #A2867B
Complementary color
Monochromatic Colors of #A2867B
Black with #A2867B
Text Example
Text Example
White with #A2867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2867B; }
p { color: rgb(162,134,123); }
H1.HeaderClassName
{
color: #A2867B;
}
.AnyTagClassName
{
color: #A2867B;
}
</style>
background-color css
<style>
a { background-color: #A2867B; }
a { background-color: rgb(162,134,123); }
div.DivClassName
{
background-color: #A2867B;
}
.BgClassName
{
background-color: #A2867B;
}
</style>
border-color css
<style>
span { border-color: #A2867B; }
span { border-color: rgb(162,134,123); }
td.TdClassName
{
border-color: #A2867B;
}
.TagClassName
{
border-color: #A2867B;
}
</style>