Shades of Almond Frost #A28A7E
Tints of Almond Frost #A28A7E
RGB
CMYK
RGB Variations
Color information
#A28A7E (or 0xA28A7E) is known color: Almond Frost. HEX triplet: A2, 8A and 7E. RGB value is (162,138,126). Sum of RGB (Red+Green+Blue) = 162+138+126=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A7E is #5D7581. Grayscale: #8F8F8F. Windows color (decimal): -6124930 or 8293026. OLE color: 8293026.
HSL color Cylindrical-coordinate representation of color #A28A7E: hue angle of 20º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28A7E is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 126 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.36 |
| HSL | 20º | 0.16% | 0.56% | - |
| HSV(B) | 20º | 0.22% | 0.64% | - |
| XYZ | 27.75 | 27.36 | 23.56 | - |
| YUV | 143.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 126 | 0 | 0.15 | 0.22 | 0.36 | 20 | 0.16 | 0.56 |
| Hex | A2 | 8A | 7E | 0 | F | 16 | 24 | 14 | 10 | 38 |
| Octal | 242 | 212 | 176 | 0 | 17 | 26 | 44 | 24 | 20 | 70 |
| Binary | 10100010 | 10001010 | 1111110 | 0 | 1111 | 10110 | 100100 | 10100 | 10000 | 111000 |
Color Harmonies of #A28A7E
Complementary color
Monochromatic Colors of #A28A7E
Black with #A28A7E
Text Example
Text Example
White with #A28A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A7E; }
p { color: rgb(162,138,126); }
H1.HeaderClassName
{
color: #A28A7E;
}
.AnyTagClassName
{
color: #A28A7E;
}
</style>
background-color css
<style>
a { background-color: #A28A7E; }
a { background-color: rgb(162,138,126); }
div.DivClassName
{
background-color: #A28A7E;
}
.BgClassName
{
background-color: #A28A7E;
}
</style>
border-color css
<style>
span { border-color: #A28A7E; }
span { border-color: rgb(162,138,126); }
td.TdClassName
{
border-color: #A28A7E;
}
.TagClassName
{
border-color: #A28A7E;
}
</style>