Shades of Apple Blossom #A95655
Tints of Apple Blossom #A95655
RGB
CMYK
RGB Variations
Color information
#A95655 (or 0xA95655) is known color: Apple Blossom. HEX triplet: A9, 56 and 55. RGB value is (169,86,85). Sum of RGB (Red+Green+Blue) = 169+86+85=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A95655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95655 is #56A9AA. Grayscale: #6E6E6E. Windows color (decimal): -5679531 or 5592745. OLE color: 5592745.
HSL color Cylindrical-coordinate representation of color #A95655: hue angle of 0.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95655 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 85 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.34 |
| HSL | 0.71º | 0.33% | 0.5% | - |
| HSV(B) | 0.71º | 0.5% | 0.66% | - |
| XYZ | 21.33 | 15.75 | 10.51 | - |
| YUV | 110.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 85 | 0 | 0.49 | 0.50 | 0.34 | 0.71 | 0.33 | 0.5 |
| Hex | A9 | 56 | 55 | 0 | 31 | 32 | 22 | 1 | 21 | 32 |
| Octal | 251 | 126 | 125 | 0 | 61 | 62 | 42 | 1 | 41 | 62 |
| Binary | 10101001 | 1010110 | 1010101 | 0 | 110001 | 110010 | 100010 | 1 | 100001 | 110010 |
Color Harmonies of #A95655
Complementary color
Monochromatic Colors of #A95655
Black with #A95655
Text Example
Text Example
White with #A95655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95655; }
p { color: rgb(169,86,85); }
H1.HeaderClassName
{
color: #A95655;
}
.AnyTagClassName
{
color: #A95655;
}
</style>
background-color css
<style>
a { background-color: #A95655; }
a { background-color: rgb(169,86,85); }
div.DivClassName
{
background-color: #A95655;
}
.BgClassName
{
background-color: #A95655;
}
</style>
border-color css
<style>
span { border-color: #A95655; }
span { border-color: rgb(169,86,85); }
td.TdClassName
{
border-color: #A95655;
}
.TagClassName
{
border-color: #A95655;
}
</style>