Shades of Almond Frost #A4867B
Tints of Almond Frost #A4867B
RGB
CMYK
RGB Variations
Color information
#A4867B (or 0xA4867B) is known color: Almond Frost. HEX triplet: A4, 86 and 7B. RGB value is (164,134,123). Sum of RGB (Red+Green+Blue) = 164+134+123=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4867B is #5B7984. Grayscale: #8D8D8D. Windows color (decimal): -5994885 or 8095396. OLE color: 8095396.
HSL color Cylindrical-coordinate representation of color #A4867B: hue angle of 16.1º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4867B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 123 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.36 |
| HSL | 16.1º | 0.18% | 0.56% | - |
| HSV(B) | 16.1º | 0.25% | 0.64% | - |
| XYZ | 27.41 | 26.37 | 22.38 | - |
| YUV | 141.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 123 | 0 | 0.18 | 0.25 | 0.36 | 16.1 | 0.18 | 0.56 |
| Hex | A4 | 86 | 7B | 0 | 12 | 19 | 24 | 10 | 12 | 38 |
| Octal | 244 | 206 | 173 | 0 | 22 | 31 | 44 | 20 | 22 | 70 |
| Binary | 10100100 | 10000110 | 1111011 | 0 | 10010 | 11001 | 100100 | 10000 | 10010 | 111000 |
Color Harmonies of #A4867B
Complementary color
Monochromatic Colors of #A4867B
Black with #A4867B
Text Example
Text Example
White with #A4867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4867B; }
p { color: rgb(164,134,123); }
H1.HeaderClassName
{
color: #A4867B;
}
.AnyTagClassName
{
color: #A4867B;
}
</style>
background-color css
<style>
a { background-color: #A4867B; }
a { background-color: rgb(164,134,123); }
div.DivClassName
{
background-color: #A4867B;
}
.BgClassName
{
background-color: #A4867B;
}
</style>
border-color css
<style>
span { border-color: #A4867B; }
span { border-color: rgb(164,134,123); }
td.TdClassName
{
border-color: #A4867B;
}
.TagClassName
{
border-color: #A4867B;
}
</style>