Shades of Apple Blossom #A95856
Tints of Apple Blossom #A95856
RGB
CMYK
RGB Variations
Color information
#A95856 (or 0xA95856) is known color: Apple Blossom. HEX triplet: A9, 58 and 56. RGB value is (169,88,86). Sum of RGB (Red+Green+Blue) = 169+88+86=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A95856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95856 is #56A7A9. Grayscale: #707070. Windows color (decimal): -5679018 or 5658793. OLE color: 5658793.
HSL color Cylindrical-coordinate representation of color #A95856: hue angle of 1.45º degrees, saturation: 0.33, 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 #A95856 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 88 | 86 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.34 |
| HSL | 1.45º | 0.33% | 0.5% | - |
| HSV(B) | 1.45º | 0.49% | 0.66% | - |
| XYZ | 21.53 | 16.09 | 10.77 | - |
| YUV | 111.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 86 | 0 | 0.48 | 0.49 | 0.34 | 1.45 | 0.33 | 0.5 |
| Hex | A9 | 58 | 56 | 0 | 30 | 31 | 22 | 1 | 21 | 32 |
| Octal | 251 | 130 | 126 | 0 | 60 | 61 | 42 | 1 | 41 | 62 |
| Binary | 10101001 | 1011000 | 1010110 | 0 | 110000 | 110001 | 100010 | 1 | 100001 | 110010 |
Color Harmonies of #A95856
Complementary color
Monochromatic Colors of #A95856
Black with #A95856
Text Example
Text Example
White with #A95856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95856; }
p { color: rgb(169,88,86); }
H1.HeaderClassName
{
color: #A95856;
}
.AnyTagClassName
{
color: #A95856;
}
</style>
background-color css
<style>
a { background-color: #A95856; }
a { background-color: rgb(169,88,86); }
div.DivClassName
{
background-color: #A95856;
}
.BgClassName
{
background-color: #A95856;
}
</style>
border-color css
<style>
span { border-color: #A95856; }
span { border-color: rgb(169,88,86); }
td.TdClassName
{
border-color: #A95856;
}
.TagClassName
{
border-color: #A95856;
}
</style>