Shades of Almond Frost #A18A7F
Tints of Almond Frost #A18A7F
RGB
CMYK
RGB Variations
Color information
#A18A7F (or 0xA18A7F) is known color: Almond Frost. HEX triplet: A1, 8A and 7F. RGB value is (161,138,127). Sum of RGB (Red+Green+Blue) = 161+138+127=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A7F is #5E7580. Grayscale: #8F8F8F. Windows color (decimal): -6190465 or 8358561. OLE color: 8358561.
HSL color Cylindrical-coordinate representation of color #A18A7F: hue angle of 19.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A18A7F is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 127 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.37 |
| HSL | 19.41º | 0.15% | 0.56% | - |
| HSV(B) | 19.41º | 0.21% | 0.63% | - |
| XYZ | 27.62 | 27.29 | 23.89 | - |
| YUV | 143.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 127 | 0 | 0.14 | 0.21 | 0.37 | 19.41 | 0.15 | 0.56 |
| Hex | A1 | 8A | 7F | 0 | E | 15 | 25 | 13 | F | 38 |
| Octal | 241 | 212 | 177 | 0 | 16 | 25 | 45 | 23 | 17 | 70 |
| Binary | 10100001 | 10001010 | 1111111 | 0 | 1110 | 10101 | 100101 | 10011 | 1111 | 111000 |
Color Harmonies of #A18A7F
Complementary color
Monochromatic Colors of #A18A7F
Black with #A18A7F
Text Example
Text Example
White with #A18A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A7F; }
p { color: rgb(161,138,127); }
H1.HeaderClassName
{
color: #A18A7F;
}
.AnyTagClassName
{
color: #A18A7F;
}
</style>
background-color css
<style>
a { background-color: #A18A7F; }
a { background-color: rgb(161,138,127); }
div.DivClassName
{
background-color: #A18A7F;
}
.BgClassName
{
background-color: #A18A7F;
}
</style>
border-color css
<style>
span { border-color: #A18A7F; }
span { border-color: rgb(161,138,127); }
td.TdClassName
{
border-color: #A18A7F;
}
.TagClassName
{
border-color: #A18A7F;
}
</style>