Shades of Almond Frost #A38B7C
Tints of Almond Frost #A38B7C
RGB
CMYK
RGB Variations
Color information
#A38B7C (or 0xA38B7C) is known color: Almond Frost. HEX triplet: A3, 8B and 7C. RGB value is (163,139,124). Sum of RGB (Red+Green+Blue) = 163+139+124=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B7C is #5C7483. Grayscale: #909090. Windows color (decimal): -6059140 or 8162211. OLE color: 8162211.
HSL color Cylindrical-coordinate representation of color #A38B7C: hue angle of 23.08º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38B7C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 139 | 124 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.36 |
| HSL | 23.08º | 0.17% | 0.56% | - |
| HSV(B) | 23.08º | 0.24% | 0.64% | - |
| XYZ | 27.97 | 27.71 | 22.94 | - |
| YUV | 144.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 124 | 0 | 0.15 | 0.24 | 0.36 | 23.08 | 0.17 | 0.56 |
| Hex | A3 | 8B | 7C | 0 | F | 18 | 24 | 17 | 11 | 38 |
| Octal | 243 | 213 | 174 | 0 | 17 | 30 | 44 | 27 | 21 | 70 |
| Binary | 10100011 | 10001011 | 1111100 | 0 | 1111 | 11000 | 100100 | 10111 | 10001 | 111000 |
Color Harmonies of #A38B7C
Complementary color
Monochromatic Colors of #A38B7C
Black with #A38B7C
Text Example
Text Example
White with #A38B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38B7C; }
p { color: rgb(163,139,124); }
H1.HeaderClassName
{
color: #A38B7C;
}
.AnyTagClassName
{
color: #A38B7C;
}
</style>
background-color css
<style>
a { background-color: #A38B7C; }
a { background-color: rgb(163,139,124); }
div.DivClassName
{
background-color: #A38B7C;
}
.BgClassName
{
background-color: #A38B7C;
}
</style>
border-color css
<style>
span { border-color: #A38B7C; }
span { border-color: rgb(163,139,124); }
td.TdClassName
{
border-color: #A38B7C;
}
.TagClassName
{
border-color: #A38B7C;
}
</style>