Shades of Almond Frost #A38A79
Tints of Almond Frost #A38A79
RGB
CMYK
RGB Variations
Color information
#A38A79 (or 0xA38A79) is known color: Almond Frost. HEX triplet: A3, 8A and 79. RGB value is (163,138,121). Sum of RGB (Red+Green+Blue) = 163+138+121=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A79 is #5C7586. Grayscale: #8F8F8F. Windows color (decimal): -6059399 or 7965347. OLE color: 7965347.
HSL color Cylindrical-coordinate representation of color #A38A79: hue angle of 24.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38A79 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 121 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.36 |
| HSL | 24.29º | 0.19% | 0.56% | - |
| HSV(B) | 24.29º | 0.26% | 0.64% | - |
| XYZ | 27.64 | 27.34 | 21.91 | - |
| YUV | 143.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 121 | 0 | 0.15 | 0.26 | 0.36 | 24.29 | 0.19 | 0.56 |
| Hex | A3 | 8A | 79 | 0 | F | 1A | 24 | 18 | 13 | 38 |
| Octal | 243 | 212 | 171 | 0 | 17 | 32 | 44 | 30 | 23 | 70 |
| Binary | 10100011 | 10001010 | 1111001 | 0 | 1111 | 11010 | 100100 | 11000 | 10011 | 111000 |
Color Harmonies of #A38A79
Complementary color
Monochromatic Colors of #A38A79
Black with #A38A79
Text Example
Text Example
White with #A38A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A79; }
p { color: rgb(163,138,121); }
H1.HeaderClassName
{
color: #A38A79;
}
.AnyTagClassName
{
color: #A38A79;
}
</style>
background-color css
<style>
a { background-color: #A38A79; }
a { background-color: rgb(163,138,121); }
div.DivClassName
{
background-color: #A38A79;
}
.BgClassName
{
background-color: #A38A79;
}
</style>
border-color css
<style>
span { border-color: #A38A79; }
span { border-color: rgb(163,138,121); }
td.TdClassName
{
border-color: #A38A79;
}
.TagClassName
{
border-color: #A38A79;
}
</style>