Shades of Almond Frost #A18A7E
Tints of Almond Frost #A18A7E
RGB
CMYK
RGB Variations
Color information
#A18A7E (or 0xA18A7E) is known color: Almond Frost. HEX triplet: A1, 8A and 7E. RGB value is (161,138,126). Sum of RGB (Red+Green+Blue) = 161+138+126=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A7E is #5E7581. Grayscale: #8F8F8F. Windows color (decimal): -6190466 or 8293025. OLE color: 8293025.
HSL color Cylindrical-coordinate representation of color #A18A7E: hue angle of 20.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18A7E is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 126 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.37 |
| HSL | 20.57º | 0.16% | 0.56% | - |
| HSV(B) | 20.57º | 0.22% | 0.63% | - |
| XYZ | 27.55 | 27.26 | 23.55 | - |
| YUV | 143.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 126 | 0 | 0.14 | 0.22 | 0.37 | 20.57 | 0.16 | 0.56 |
| Hex | A1 | 8A | 7E | 0 | E | 16 | 25 | 15 | 10 | 38 |
| Octal | 241 | 212 | 176 | 0 | 16 | 26 | 45 | 25 | 20 | 70 |
| Binary | 10100001 | 10001010 | 1111110 | 0 | 1110 | 10110 | 100101 | 10101 | 10000 | 111000 |
Color Harmonies of #A18A7E
Complementary color
Monochromatic Colors of #A18A7E
Black with #A18A7E
Text Example
Text Example
White with #A18A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A7E; }
p { color: rgb(161,138,126); }
H1.HeaderClassName
{
color: #A18A7E;
}
.AnyTagClassName
{
color: #A18A7E;
}
</style>
background-color css
<style>
a { background-color: #A18A7E; }
a { background-color: rgb(161,138,126); }
div.DivClassName
{
background-color: #A18A7E;
}
.BgClassName
{
background-color: #A18A7E;
}
</style>
border-color css
<style>
span { border-color: #A18A7E; }
span { border-color: rgb(161,138,126); }
td.TdClassName
{
border-color: #A18A7E;
}
.TagClassName
{
border-color: #A18A7E;
}
</style>