Shades of Almond Frost #A38C80
Tints of Almond Frost #A38C80
RGB
CMYK
RGB Variations
Color information
#A38C80 (or 0xA38C80) is known color: Almond Frost. HEX triplet: A3, 8C and 80. RGB value is (163,140,128). Sum of RGB (Red+Green+Blue) = 163+140+128=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C80 is #5C737F. Grayscale: #919191. Windows color (decimal): -6058880 or 8424611. OLE color: 8424611.
HSL color Cylindrical-coordinate representation of color #A38C80: hue angle of 20.57º degrees, saturation: 0.16, 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 #A38C80 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 140 | 128 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.36 |
| HSL | 20.57º | 0.16% | 0.57% | - |
| HSV(B) | 20.57º | 0.21% | 0.64% | - |
| XYZ | 28.38 | 28.1 | 24.35 | - |
| YUV | 145.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 128 | 0 | 0.14 | 0.21 | 0.36 | 20.57 | 0.16 | 0.57 |
| Hex | A3 | 8C | 80 | 0 | E | 15 | 24 | 15 | 10 | 39 |
| Octal | 243 | 214 | 200 | 0 | 16 | 25 | 44 | 25 | 20 | 71 |
| Binary | 10100011 | 10001100 | 10000000 | 0 | 1110 | 10101 | 100100 | 10101 | 10000 | 111001 |
Color Harmonies of #A38C80
Complementary color
Monochromatic Colors of #A38C80
Black with #A38C80
Text Example
Text Example
White with #A38C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38C80; }
p { color: rgb(163,140,128); }
H1.HeaderClassName
{
color: #A38C80;
}
.AnyTagClassName
{
color: #A38C80;
}
</style>
background-color css
<style>
a { background-color: #A38C80; }
a { background-color: rgb(163,140,128); }
div.DivClassName
{
background-color: #A38C80;
}
.BgClassName
{
background-color: #A38C80;
}
</style>
border-color css
<style>
span { border-color: #A38C80; }
span { border-color: rgb(163,140,128); }
td.TdClassName
{
border-color: #A38C80;
}
.TagClassName
{
border-color: #A38C80;
}
</style>