Shades of Apple Blossom #A55A58
Tints of Apple Blossom #A55A58
RGB
CMYK
RGB Variations
Color information
#A55A58 (or 0xA55A58) is known color: Apple Blossom. HEX triplet: A5, 5A and 58. RGB value is (165,90,88). Sum of RGB (Red+Green+Blue) = 165+90+88=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A58 is #5AA5A7. Grayscale: #707070. Windows color (decimal): -5940648 or 5790373. OLE color: 5790373.
HSL color Cylindrical-coordinate representation of color #A55A58: hue angle of 1.56º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55A58 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 88 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.35 |
| HSL | 1.56º | 0.3% | 0.5% | - |
| HSV(B) | 1.56º | 0.47% | 0.65% | - |
| XYZ | 20.93 | 16.02 | 11.22 | - |
| YUV | 112.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 88 | 0 | 0.45 | 0.47 | 0.35 | 1.56 | 0.3 | 0.5 |
| Hex | A5 | 5A | 58 | 0 | 2D | 2F | 23 | 2 | 1E | 32 |
| Octal | 245 | 132 | 130 | 0 | 55 | 57 | 43 | 2 | 36 | 62 |
| Binary | 10100101 | 1011010 | 1011000 | 0 | 101101 | 101111 | 100011 | 10 | 11110 | 110010 |
Color Harmonies of #A55A58
Complementary color
Monochromatic Colors of #A55A58
Black with #A55A58
Text Example
Text Example
White with #A55A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A58; }
p { color: rgb(165,90,88); }
H1.HeaderClassName
{
color: #A55A58;
}
.AnyTagClassName
{
color: #A55A58;
}
</style>
background-color css
<style>
a { background-color: #A55A58; }
a { background-color: rgb(165,90,88); }
div.DivClassName
{
background-color: #A55A58;
}
.BgClassName
{
background-color: #A55A58;
}
</style>
border-color css
<style>
span { border-color: #A55A58; }
span { border-color: rgb(165,90,88); }
td.TdClassName
{
border-color: #A55A58;
}
.TagClassName
{
border-color: #A55A58;
}
</style>