Shades of Almond Frost #A28C80
Tints of Almond Frost #A28C80
RGB
CMYK
RGB Variations
Color information
#A28C80 (or 0xA28C80) is known color: Almond Frost. HEX triplet: A2, 8C and 80. RGB value is (162,140,128). Sum of RGB (Red+Green+Blue) = 162+140+128=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C80 is #5D737F. Grayscale: #919191. Windows color (decimal): -6124416 or 8424610. OLE color: 8424610.
HSL color Cylindrical-coordinate representation of color #A28C80: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28C80 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 128 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.36 |
| HSL | 21.18º | 0.15% | 0.57% | - |
| HSV(B) | 21.18º | 0.21% | 0.64% | - |
| XYZ | 28.17 | 28 | 24.34 | - |
| YUV | 145.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 128 | 0 | 0.14 | 0.21 | 0.36 | 21.18 | 0.15 | 0.57 |
| Hex | A2 | 8C | 80 | 0 | E | 15 | 24 | 15 | F | 39 |
| Octal | 242 | 214 | 200 | 0 | 16 | 25 | 44 | 25 | 17 | 71 |
| Binary | 10100010 | 10001100 | 10000000 | 0 | 1110 | 10101 | 100100 | 10101 | 1111 | 111001 |
Color Harmonies of #A28C80
Complementary color
Monochromatic Colors of #A28C80
Black with #A28C80
Text Example
Text Example
White with #A28C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C80; }
p { color: rgb(162,140,128); }
H1.HeaderClassName
{
color: #A28C80;
}
.AnyTagClassName
{
color: #A28C80;
}
</style>
background-color css
<style>
a { background-color: #A28C80; }
a { background-color: rgb(162,140,128); }
div.DivClassName
{
background-color: #A28C80;
}
.BgClassName
{
background-color: #A28C80;
}
</style>
border-color css
<style>
span { border-color: #A28C80; }
span { border-color: rgb(162,140,128); }
td.TdClassName
{
border-color: #A28C80;
}
.TagClassName
{
border-color: #A28C80;
}
</style>