Shades of Apple Blossom #A55550
Tints of Apple Blossom #A55550
RGB
CMYK
RGB Variations
Color information
#A55550 (or 0xA55550) is known color: Apple Blossom. HEX triplet: A5, 55 and 50. RGB value is (165,85,80). Sum of RGB (Red+Green+Blue) = 165+85+80=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55550 is #5AAAAF. Grayscale: #6C6C6C. Windows color (decimal): -5941936 or 5264805. OLE color: 5264805.
HSL color Cylindrical-coordinate representation of color #A55550: hue angle of 3.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55550 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 80 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.35 |
| HSL | 3.53º | 0.35% | 0.48% | - |
| HSV(B) | 3.53º | 0.52% | 0.65% | - |
| XYZ | 20.21 | 15.08 | 9.43 | - |
| YUV | 108.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 80 | 0 | 0.48 | 0.52 | 0.35 | 3.53 | 0.35 | 0.48 |
| Hex | A5 | 55 | 50 | 0 | 30 | 34 | 23 | 4 | 23 | 30 |
| Octal | 245 | 125 | 120 | 0 | 60 | 64 | 43 | 4 | 43 | 60 |
| Binary | 10100101 | 1010101 | 1010000 | 0 | 110000 | 110100 | 100011 | 100 | 100011 | 110000 |
Color Harmonies of #A55550
Complementary color
Monochromatic Colors of #A55550
Black with #A55550
Text Example
Text Example
White with #A55550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55550; }
p { color: rgb(165,85,80); }
H1.HeaderClassName
{
color: #A55550;
}
.AnyTagClassName
{
color: #A55550;
}
</style>
background-color css
<style>
a { background-color: #A55550; }
a { background-color: rgb(165,85,80); }
div.DivClassName
{
background-color: #A55550;
}
.BgClassName
{
background-color: #A55550;
}
</style>
border-color css
<style>
span { border-color: #A55550; }
span { border-color: rgb(165,85,80); }
td.TdClassName
{
border-color: #A55550;
}
.TagClassName
{
border-color: #A55550;
}
</style>