Shades of Almond Frost #A4877A
Tints of Almond Frost #A4877A
RGB
CMYK
RGB Variations
Color information
#A4877A (or 0xA4877A) is known color: Almond Frost. HEX triplet: A4, 87 and 7A. RGB value is (164,135,122). Sum of RGB (Red+Green+Blue) = 164+135+122=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4877A is #5B7885. Grayscale: #8E8E8E. Windows color (decimal): -5994630 or 8030116. OLE color: 8030116.
HSL color Cylindrical-coordinate representation of color #A4877A: hue angle of 18.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4877A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 122 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.36 |
| HSL | 18.57º | 0.19% | 0.56% | - |
| HSV(B) | 18.57º | 0.26% | 0.64% | - |
| XYZ | 27.49 | 26.63 | 22.1 | - |
| YUV | 142.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 122 | 0 | 0.18 | 0.26 | 0.36 | 18.57 | 0.19 | 0.56 |
| Hex | A4 | 87 | 7A | 0 | 12 | 1A | 24 | 13 | 13 | 38 |
| Octal | 244 | 207 | 172 | 0 | 22 | 32 | 44 | 23 | 23 | 70 |
| Binary | 10100100 | 10000111 | 1111010 | 0 | 10010 | 11010 | 100100 | 10011 | 10011 | 111000 |
Color Harmonies of #A4877A
Complementary color
Monochromatic Colors of #A4877A
Black with #A4877A
Text Example
Text Example
White with #A4877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4877A; }
p { color: rgb(164,135,122); }
H1.HeaderClassName
{
color: #A4877A;
}
.AnyTagClassName
{
color: #A4877A;
}
</style>
background-color css
<style>
a { background-color: #A4877A; }
a { background-color: rgb(164,135,122); }
div.DivClassName
{
background-color: #A4877A;
}
.BgClassName
{
background-color: #A4877A;
}
</style>
border-color css
<style>
span { border-color: #A4877A; }
span { border-color: rgb(164,135,122); }
td.TdClassName
{
border-color: #A4877A;
}
.TagClassName
{
border-color: #A4877A;
}
</style>