Shades of Almond Frost #A48B7A
Tints of Almond Frost #A48B7A
RGB
CMYK
RGB Variations
Color information
#A48B7A (or 0xA48B7A) is known color: Almond Frost. HEX triplet: A4, 8B and 7A. RGB value is (164,139,122). Sum of RGB (Red+Green+Blue) = 164+139+122=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B7A is #5B7485. Grayscale: #909090. Windows color (decimal): -5993606 or 8031140. OLE color: 8031140.
HSL color Cylindrical-coordinate representation of color #A48B7A: hue angle of 24.29º 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 #A48B7A is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 122 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.36 |
| HSL | 24.29º | 0.19% | 0.56% | - |
| HSV(B) | 24.29º | 0.26% | 0.64% | - |
| XYZ | 28.06 | 27.76 | 22.29 | - |
| YUV | 144.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 122 | 0 | 0.15 | 0.26 | 0.36 | 24.29 | 0.19 | 0.56 |
| Hex | A4 | 8B | 7A | 0 | F | 1A | 24 | 18 | 13 | 38 |
| Octal | 244 | 213 | 172 | 0 | 17 | 32 | 44 | 30 | 23 | 70 |
| Binary | 10100100 | 10001011 | 1111010 | 0 | 1111 | 11010 | 100100 | 11000 | 10011 | 111000 |
Color Harmonies of #A48B7A
Complementary color
Monochromatic Colors of #A48B7A
Black with #A48B7A
Text Example
Text Example
White with #A48B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B7A; }
p { color: rgb(164,139,122); }
H1.HeaderClassName
{
color: #A48B7A;
}
.AnyTagClassName
{
color: #A48B7A;
}
</style>
background-color css
<style>
a { background-color: #A48B7A; }
a { background-color: rgb(164,139,122); }
div.DivClassName
{
background-color: #A48B7A;
}
.BgClassName
{
background-color: #A48B7A;
}
</style>
border-color css
<style>
span { border-color: #A48B7A; }
span { border-color: rgb(164,139,122); }
td.TdClassName
{
border-color: #A48B7A;
}
.TagClassName
{
border-color: #A48B7A;
}
</style>