Shades of Almond Frost #A28C83
Tints of Almond Frost #A28C83
RGB
CMYK
RGB Variations
Color information
#A28C83 (or 0xA28C83) is known color: Almond Frost. HEX triplet: A2, 8C and 83. RGB value is (162,140,131). Sum of RGB (Red+Green+Blue) = 162+140+131=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C83 is #5D737C. Grayscale: #919191. Windows color (decimal): -6124413 or 8621218. OLE color: 8621218.
HSL color Cylindrical-coordinate representation of color #A28C83: hue angle of 17.42º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28C83 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 131 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.36 |
| HSL | 17.42º | 0.14% | 0.57% | - |
| HSV(B) | 17.42º | 0.19% | 0.64% | - |
| XYZ | 28.38 | 28.08 | 25.4 | - |
| YUV | 145.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 131 | 0 | 0.14 | 0.19 | 0.36 | 17.42 | 0.14 | 0.57 |
| Hex | A2 | 8C | 83 | 0 | E | 13 | 24 | 11 | E | 39 |
| Octal | 242 | 214 | 203 | 0 | 16 | 23 | 44 | 21 | 16 | 71 |
| Binary | 10100010 | 10001100 | 10000011 | 0 | 1110 | 10011 | 100100 | 10001 | 1110 | 111001 |
Color Harmonies of #A28C83
Complementary color
Monochromatic Colors of #A28C83
Black with #A28C83
Text Example
Text Example
White with #A28C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C83; }
p { color: rgb(162,140,131); }
H1.HeaderClassName
{
color: #A28C83;
}
.AnyTagClassName
{
color: #A28C83;
}
</style>
background-color css
<style>
a { background-color: #A28C83; }
a { background-color: rgb(162,140,131); }
div.DivClassName
{
background-color: #A28C83;
}
.BgClassName
{
background-color: #A28C83;
}
</style>
border-color css
<style>
span { border-color: #A28C83; }
span { border-color: rgb(162,140,131); }
td.TdClassName
{
border-color: #A28C83;
}
.TagClassName
{
border-color: #A28C83;
}
</style>