Shades of Apple Blossom #A95957
Tints of Apple Blossom #A95957
RGB
CMYK
RGB Variations
Color information
#A95957 (or 0xA95957) is known color: Apple Blossom. HEX triplet: A9, 59 and 57. RGB value is (169,89,87). Sum of RGB (Red+Green+Blue) = 169+89+87=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A95957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95957 is #56A6A8. Grayscale: #707070. Windows color (decimal): -5678761 or 5724585. OLE color: 5724585.
HSL color Cylindrical-coordinate representation of color #A95957: hue angle of 1.46º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95957 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 87 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.34 |
| HSL | 1.46º | 0.32% | 0.5% | - |
| HSV(B) | 1.46º | 0.49% | 0.66% | - |
| XYZ | 21.65 | 16.27 | 11.02 | - |
| YUV | 112.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 87 | 0 | 0.47 | 0.49 | 0.34 | 1.46 | 0.32 | 0.5 |
| Hex | A9 | 59 | 57 | 0 | 2F | 31 | 22 | 1 | 20 | 32 |
| Octal | 251 | 131 | 127 | 0 | 57 | 61 | 42 | 1 | 40 | 62 |
| Binary | 10101001 | 1011001 | 1010111 | 0 | 101111 | 110001 | 100010 | 1 | 100000 | 110010 |
Color Harmonies of #A95957
Complementary color
Monochromatic Colors of #A95957
Black with #A95957
Text Example
Text Example
White with #A95957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95957; }
p { color: rgb(169,89,87); }
H1.HeaderClassName
{
color: #A95957;
}
.AnyTagClassName
{
color: #A95957;
}
</style>
background-color css
<style>
a { background-color: #A95957; }
a { background-color: rgb(169,89,87); }
div.DivClassName
{
background-color: #A95957;
}
.BgClassName
{
background-color: #A95957;
}
</style>
border-color css
<style>
span { border-color: #A95957; }
span { border-color: rgb(169,89,87); }
td.TdClassName
{
border-color: #A95957;
}
.TagClassName
{
border-color: #A95957;
}
</style>