Shades of Apple Blossom #A65959
Tints of Apple Blossom #A65959
RGB
CMYK
RGB Variations
Color information
#A65959 (or 0xA65959) is known color: Apple Blossom. HEX triplet: A6, 59 and 59. RGB value is (166,89,89). Sum of RGB (Red+Green+Blue) = 166+89+89=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A65959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65959 is #59A6A6. Grayscale: #707070. Windows color (decimal): -5875367 or 5855654. OLE color: 5855654.
HSL color Cylindrical-coordinate representation of color #A65959: hue angle of 0º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65959 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 89 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.35 |
| HSL | 0º | 0.3% | 0.5% | - |
| HSV(B) | 0º | 0.46% | 0.65% | - |
| XYZ | 21.1 | 15.97 | 11.42 | - |
| YUV | 112.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 89 | 0 | 0.46 | 0.46 | 0.35 | 0 | 0.3 | 0.5 |
| Hex | A6 | 59 | 59 | 0 | 2E | 2E | 23 | 0 | 1E | 32 |
| Octal | 246 | 131 | 131 | 0 | 56 | 56 | 43 | 0 | 36 | 62 |
| Binary | 10100110 | 1011001 | 1011001 | 0 | 101110 | 101110 | 100011 | 0 | 11110 | 110010 |
Color Harmonies of #A65959
Complementary color
Monochromatic Colors of #A65959
Black with #A65959
Text Example
Text Example
White with #A65959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65959; }
p { color: rgb(166,89,89); }
H1.HeaderClassName
{
color: #A65959;
}
.AnyTagClassName
{
color: #A65959;
}
</style>
background-color css
<style>
a { background-color: #A65959; }
a { background-color: rgb(166,89,89); }
div.DivClassName
{
background-color: #A65959;
}
.BgClassName
{
background-color: #A65959;
}
</style>
border-color css
<style>
span { border-color: #A65959; }
span { border-color: rgb(166,89,89); }
td.TdClassName
{
border-color: #A65959;
}
.TagClassName
{
border-color: #A65959;
}
</style>