Shades of Apple Blossom #A45955
Tints of Apple Blossom #A45955
RGB
CMYK
RGB Variations
Color information
#A45955 (or 0xA45955) is known color: Apple Blossom. HEX triplet: A4, 59 and 55. RGB value is (164,89,85). Sum of RGB (Red+Green+Blue) = 164+89+85=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A45955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45955 is #5BA6AA. Grayscale: #6F6F6F. Windows color (decimal): -6006443 or 5593508. OLE color: 5593508.
HSL color Cylindrical-coordinate representation of color #A45955: hue angle of 3.04º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45955 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 85 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.36 |
| HSL | 3.04º | 0.32% | 0.49% | - |
| HSV(B) | 3.04º | 0.48% | 0.64% | - |
| XYZ | 20.52 | 15.69 | 10.54 | - |
| YUV | 110.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 85 | 0 | 0.46 | 0.48 | 0.36 | 3.04 | 0.32 | 0.49 |
| Hex | A4 | 59 | 55 | 0 | 2E | 30 | 24 | 3 | 20 | 31 |
| Octal | 244 | 131 | 125 | 0 | 56 | 60 | 44 | 3 | 40 | 61 |
| Binary | 10100100 | 1011001 | 1010101 | 0 | 101110 | 110000 | 100100 | 11 | 100000 | 110001 |
Color Harmonies of #A45955
Complementary color
Monochromatic Colors of #A45955
Black with #A45955
Text Example
Text Example
White with #A45955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45955; }
p { color: rgb(164,89,85); }
H1.HeaderClassName
{
color: #A45955;
}
.AnyTagClassName
{
color: #A45955;
}
</style>
background-color css
<style>
a { background-color: #A45955; }
a { background-color: rgb(164,89,85); }
div.DivClassName
{
background-color: #A45955;
}
.BgClassName
{
background-color: #A45955;
}
</style>
border-color css
<style>
span { border-color: #A45955; }
span { border-color: rgb(164,89,85); }
td.TdClassName
{
border-color: #A45955;
}
.TagClassName
{
border-color: #A45955;
}
</style>