Shades of Almond Frost #A48C82
Tints of Almond Frost #A48C82
RGB
CMYK
RGB Variations
Color information
#A48C82 (or 0xA48C82) is known color: Almond Frost. HEX triplet: A4, 8C and 82. RGB value is (164,140,130). Sum of RGB (Red+Green+Blue) = 164+140+130=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C82 is #5B737D. Grayscale: #929292. Windows color (decimal): -5993342 or 8555684. OLE color: 8555684.
HSL color Cylindrical-coordinate representation of color #A48C82: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48C82 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 130 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.36 |
| HSL | 17.65º | 0.16% | 0.58% | - |
| HSV(B) | 17.65º | 0.21% | 0.64% | - |
| XYZ | 28.72 | 28.26 | 25.06 | - |
| YUV | 146.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 130 | 0 | 0.15 | 0.21 | 0.36 | 17.65 | 0.16 | 0.58 |
| Hex | A4 | 8C | 82 | 0 | F | 15 | 24 | 12 | 10 | 3A |
| Octal | 244 | 214 | 202 | 0 | 17 | 25 | 44 | 22 | 20 | 72 |
| Binary | 10100100 | 10001100 | 10000010 | 0 | 1111 | 10101 | 100100 | 10010 | 10000 | 111010 |
Color Harmonies of #A48C82
Complementary color
Monochromatic Colors of #A48C82
Black with #A48C82
Text Example
Text Example
White with #A48C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C82; }
p { color: rgb(164,140,130); }
H1.HeaderClassName
{
color: #A48C82;
}
.AnyTagClassName
{
color: #A48C82;
}
</style>
background-color css
<style>
a { background-color: #A48C82; }
a { background-color: rgb(164,140,130); }
div.DivClassName
{
background-color: #A48C82;
}
.BgClassName
{
background-color: #A48C82;
}
</style>
border-color css
<style>
span { border-color: #A48C82; }
span { border-color: rgb(164,140,130); }
td.TdClassName
{
border-color: #A48C82;
}
.TagClassName
{
border-color: #A48C82;
}
</style>