Shades of Apple Blossom #A9554E
Tints of Apple Blossom #A9554E
RGB
CMYK
RGB Variations
Color information
#A9554E (or 0xA9554E) is known color: Apple Blossom. HEX triplet: A9, 55 and 4E. RGB value is (169,85,78). Sum of RGB (Red+Green+Blue) = 169+85+78=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9554E is #56AAB1. Grayscale: #6D6D6D. Windows color (decimal): -5679794 or 5133737. OLE color: 5133737.
HSL color Cylindrical-coordinate representation of color #A9554E: hue angle of 4.62º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9554E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 85 | 78 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.34 |
| HSL | 4.62º | 0.37% | 0.48% | - |
| HSV(B) | 4.62º | 0.54% | 0.66% | - |
| XYZ | 20.99 | 15.48 | 9.09 | - |
| YUV | 109.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 85 | 78 | 0 | 0.50 | 0.54 | 0.34 | 4.62 | 0.37 | 0.48 |
| Hex | A9 | 55 | 4E | 0 | 32 | 36 | 22 | 5 | 25 | 30 |
| Octal | 251 | 125 | 116 | 0 | 62 | 66 | 42 | 5 | 45 | 60 |
| Binary | 10101001 | 1010101 | 1001110 | 0 | 110010 | 110110 | 100010 | 101 | 100101 | 110000 |
Color Harmonies of #A9554E
Complementary color
Monochromatic Colors of #A9554E
Black with #A9554E
Text Example
Text Example
White with #A9554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9554E; }
p { color: rgb(169,85,78); }
H1.HeaderClassName
{
color: #A9554E;
}
.AnyTagClassName
{
color: #A9554E;
}
</style>
background-color css
<style>
a { background-color: #A9554E; }
a { background-color: rgb(169,85,78); }
div.DivClassName
{
background-color: #A9554E;
}
.BgClassName
{
background-color: #A9554E;
}
</style>
border-color css
<style>
span { border-color: #A9554E; }
span { border-color: rgb(169,85,78); }
td.TdClassName
{
border-color: #A9554E;
}
.TagClassName
{
border-color: #A9554E;
}
</style>