Shades of Almond Frost #A38C83
Tints of Almond Frost #A38C83
RGB
CMYK
RGB Variations
Color information
#A38C83 (or 0xA38C83) is known color: Almond Frost. HEX triplet: A3, 8C and 83. RGB value is (163,140,131). Sum of RGB (Red+Green+Blue) = 163+140+131=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C83 is #5C737C. Grayscale: #919191. Windows color (decimal): -6058877 or 8621219. OLE color: 8621219.
HSL color Cylindrical-coordinate representation of color #A38C83: hue angle of 16.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38C83 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 131 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.36 |
| HSL | 16.88º | 0.15% | 0.58% | - |
| HSV(B) | 16.88º | 0.2% | 0.64% | - |
| XYZ | 28.58 | 28.18 | 25.41 | - |
| YUV | 145.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 131 | 0 | 0.14 | 0.20 | 0.36 | 16.88 | 0.15 | 0.58 |
| Hex | A3 | 8C | 83 | 0 | E | 14 | 24 | 11 | F | 3A |
| Octal | 243 | 214 | 203 | 0 | 16 | 24 | 44 | 21 | 17 | 72 |
| Binary | 10100011 | 10001100 | 10000011 | 0 | 1110 | 10100 | 100100 | 10001 | 1111 | 111010 |
Color Harmonies of #A38C83
Complementary color
Monochromatic Colors of #A38C83
Black with #A38C83
Text Example
Text Example
White with #A38C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C83; }
p { color: rgb(163,140,131); }
H1.HeaderClassName
{
color: #A38C83;
}
.AnyTagClassName
{
color: #A38C83;
}
</style>
background-color css
<style>
a { background-color: #A38C83; }
a { background-color: rgb(163,140,131); }
div.DivClassName
{
background-color: #A38C83;
}
.BgClassName
{
background-color: #A38C83;
}
</style>
border-color css
<style>
span { border-color: #A38C83; }
span { border-color: rgb(163,140,131); }
td.TdClassName
{
border-color: #A38C83;
}
.TagClassName
{
border-color: #A38C83;
}
</style>