Shades of Apple Blossom #A95C59
Tints of Apple Blossom #A95C59
RGB
CMYK
RGB Variations
Color information
#A95C59 (or 0xA95C59) is known color: Apple Blossom. HEX triplet: A9, 5C and 59. RGB value is (169,92,89). Sum of RGB (Red+Green+Blue) = 169+92+89=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95C59 is #56A3A6. Grayscale: #727272. Windows color (decimal): -5677991 or 5856425. OLE color: 5856425.
HSL color Cylindrical-coordinate representation of color #A95C59: hue angle of 2.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95C59 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 89 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.34 |
| HSL | 2.25º | 0.32% | 0.51% | - |
| HSV(B) | 2.25º | 0.47% | 0.66% | - |
| XYZ | 21.99 | 16.81 | 11.54 | - |
| YUV | 114.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 89 | 0 | 0.46 | 0.47 | 0.34 | 2.25 | 0.32 | 0.51 |
| Hex | A9 | 5C | 59 | 0 | 2E | 2F | 22 | 2 | 20 | 33 |
| Octal | 251 | 134 | 131 | 0 | 56 | 57 | 42 | 2 | 40 | 63 |
| Binary | 10101001 | 1011100 | 1011001 | 0 | 101110 | 101111 | 100010 | 10 | 100000 | 110011 |
Color Harmonies of #A95C59
Complementary color
Monochromatic Colors of #A95C59
Black with #A95C59
Text Example
Text Example
White with #A95C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C59; }
p { color: rgb(169,92,89); }
H1.HeaderClassName
{
color: #A95C59;
}
.AnyTagClassName
{
color: #A95C59;
}
</style>
background-color css
<style>
a { background-color: #A95C59; }
a { background-color: rgb(169,92,89); }
div.DivClassName
{
background-color: #A95C59;
}
.BgClassName
{
background-color: #A95C59;
}
</style>
border-color css
<style>
span { border-color: #A95C59; }
span { border-color: rgb(169,92,89); }
td.TdClassName
{
border-color: #A95C59;
}
.TagClassName
{
border-color: #A95C59;
}
</style>