Shades of Apple Blossom #A55552
Tints of Apple Blossom #A55552
RGB
CMYK
RGB Variations
Color information
#A55552 (or 0xA55552) is known color: Apple Blossom. HEX triplet: A5, 55 and 52. RGB value is (165,85,82). Sum of RGB (Red+Green+Blue) = 165+85+82=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A55552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55552 is #5AAAAD. Grayscale: #6C6C6C. Windows color (decimal): -5941934 or 5395877. OLE color: 5395877.
HSL color Cylindrical-coordinate representation of color #A55552: hue angle of 2.17º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55552 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 82 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.35 |
| HSL | 2.17º | 0.34% | 0.48% | - |
| HSV(B) | 2.17º | 0.5% | 0.65% | - |
| XYZ | 20.29 | 15.11 | 9.83 | - |
| YUV | 108.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 82 | 0 | 0.48 | 0.50 | 0.35 | 2.17 | 0.34 | 0.48 |
| Hex | A5 | 55 | 52 | 0 | 30 | 32 | 23 | 2 | 22 | 30 |
| Octal | 245 | 125 | 122 | 0 | 60 | 62 | 43 | 2 | 42 | 60 |
| Binary | 10100101 | 1010101 | 1010010 | 0 | 110000 | 110010 | 100011 | 10 | 100010 | 110000 |
Color Harmonies of #A55552
Complementary color
Monochromatic Colors of #A55552
Black with #A55552
Text Example
Text Example
White with #A55552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55552; }
p { color: rgb(165,85,82); }
H1.HeaderClassName
{
color: #A55552;
}
.AnyTagClassName
{
color: #A55552;
}
</style>
background-color css
<style>
a { background-color: #A55552; }
a { background-color: rgb(165,85,82); }
div.DivClassName
{
background-color: #A55552;
}
.BgClassName
{
background-color: #A55552;
}
</style>
border-color css
<style>
span { border-color: #A55552; }
span { border-color: rgb(165,85,82); }
td.TdClassName
{
border-color: #A55552;
}
.TagClassName
{
border-color: #A55552;
}
</style>