Shades of Apple Blossom #A75957
Tints of Apple Blossom #A75957
RGB
CMYK
RGB Variations
Color information
#A75957 (or 0xA75957) is known color: Apple Blossom. HEX triplet: A7, 59 and 57. RGB value is (167,89,87). Sum of RGB (Red+Green+Blue) = 167+89+87=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A75957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75957 is #58A6A8. Grayscale: #707070. Windows color (decimal): -5809833 or 5724583. OLE color: 5724583.
HSL color Cylindrical-coordinate representation of color #A75957: hue angle of 1.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75957 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 87 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.35 |
| HSL | 1.5º | 0.31% | 0.5% | - |
| HSV(B) | 1.5º | 0.48% | 0.65% | - |
| XYZ | 21.23 | 16.05 | 11 | - |
| YUV | 112.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 87 | 0 | 0.47 | 0.48 | 0.35 | 1.5 | 0.31 | 0.5 |
| Hex | A7 | 59 | 57 | 0 | 2F | 30 | 23 | 2 | 1F | 32 |
| Octal | 247 | 131 | 127 | 0 | 57 | 60 | 43 | 2 | 37 | 62 |
| Binary | 10100111 | 1011001 | 1010111 | 0 | 101111 | 110000 | 100011 | 10 | 11111 | 110010 |
Color Harmonies of #A75957
Complementary color
Monochromatic Colors of #A75957
Black with #A75957
Text Example
Text Example
White with #A75957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75957; }
p { color: rgb(167,89,87); }
H1.HeaderClassName
{
color: #A75957;
}
.AnyTagClassName
{
color: #A75957;
}
</style>
background-color css
<style>
a { background-color: #A75957; }
a { background-color: rgb(167,89,87); }
div.DivClassName
{
background-color: #A75957;
}
.BgClassName
{
background-color: #A75957;
}
</style>
border-color css
<style>
span { border-color: #A75957; }
span { border-color: rgb(167,89,87); }
td.TdClassName
{
border-color: #A75957;
}
.TagClassName
{
border-color: #A75957;
}
</style>