Shades of Almond Frost #A28C7E
Tints of Almond Frost #A28C7E
RGB
CMYK
RGB Variations
Color information
#A28C7E (or 0xA28C7E) is known color: Almond Frost. HEX triplet: A2, 8C and 7E. RGB value is (162,140,126). Sum of RGB (Red+Green+Blue) = 162+140+126=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C7E is #5D7381. Grayscale: #919191. Windows color (decimal): -6124418 or 8293538. OLE color: 8293538.
HSL color Cylindrical-coordinate representation of color #A28C7E: hue angle of 23.33º 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 #A28C7E is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 126 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.36 |
| HSL | 23.33º | 0.16% | 0.56% | - |
| HSV(B) | 23.33º | 0.22% | 0.64% | - |
| XYZ | 28.04 | 27.94 | 23.65 | - |
| YUV | 144.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 126 | 0 | 0.14 | 0.22 | 0.36 | 23.33 | 0.16 | 0.56 |
| Hex | A2 | 8C | 7E | 0 | E | 16 | 24 | 17 | 10 | 38 |
| Octal | 242 | 214 | 176 | 0 | 16 | 26 | 44 | 27 | 20 | 70 |
| Binary | 10100010 | 10001100 | 1111110 | 0 | 1110 | 10110 | 100100 | 10111 | 10000 | 111000 |
Color Harmonies of #A28C7E
Complementary color
Monochromatic Colors of #A28C7E
Black with #A28C7E
Text Example
Text Example
White with #A28C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C7E; }
p { color: rgb(162,140,126); }
H1.HeaderClassName
{
color: #A28C7E;
}
.AnyTagClassName
{
color: #A28C7E;
}
</style>
background-color css
<style>
a { background-color: #A28C7E; }
a { background-color: rgb(162,140,126); }
div.DivClassName
{
background-color: #A28C7E;
}
.BgClassName
{
background-color: #A28C7E;
}
</style>
border-color css
<style>
span { border-color: #A28C7E; }
span { border-color: rgb(162,140,126); }
td.TdClassName
{
border-color: #A28C7E;
}
.TagClassName
{
border-color: #A28C7E;
}
</style>