Shades of Almond Frost #A58B7D
Tints of Almond Frost #A58B7D
RGB
CMYK
RGB Variations
Color information
#A58B7D (or 0xA58B7D) is known color: Almond Frost. HEX triplet: A5, 8B and 7D. RGB value is (165,139,125). Sum of RGB (Red+Green+Blue) = 165+139+125=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B7D is #5A7482. Grayscale: #919191. Windows color (decimal): -5928067 or 8227749. OLE color: 8227749.
HSL color Cylindrical-coordinate representation of color #A58B7D: hue angle of 21º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58B7D is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 125 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.35 |
| HSL | 21º | 0.18% | 0.57% | - |
| HSV(B) | 21º | 0.24% | 0.65% | - |
| XYZ | 28.45 | 27.95 | 23.3 | - |
| YUV | 145.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 125 | 0 | 0.16 | 0.24 | 0.35 | 21 | 0.18 | 0.57 |
| Hex | A5 | 8B | 7D | 0 | 10 | 18 | 23 | 15 | 12 | 39 |
| Octal | 245 | 213 | 175 | 0 | 20 | 30 | 43 | 25 | 22 | 71 |
| Binary | 10100101 | 10001011 | 1111101 | 0 | 10000 | 11000 | 100011 | 10101 | 10010 | 111001 |
Color Harmonies of #A58B7D
Complementary color
Monochromatic Colors of #A58B7D
Black with #A58B7D
Text Example
Text Example
White with #A58B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B7D; }
p { color: rgb(165,139,125); }
H1.HeaderClassName
{
color: #A58B7D;
}
.AnyTagClassName
{
color: #A58B7D;
}
</style>
background-color css
<style>
a { background-color: #A58B7D; }
a { background-color: rgb(165,139,125); }
div.DivClassName
{
background-color: #A58B7D;
}
.BgClassName
{
background-color: #A58B7D;
}
</style>
border-color css
<style>
span { border-color: #A58B7D; }
span { border-color: rgb(165,139,125); }
td.TdClassName
{
border-color: #A58B7D;
}
.TagClassName
{
border-color: #A58B7D;
}
</style>