Shades of Apple Blossom #A35050
Tints of Apple Blossom #A35050
RGB
CMYK
RGB Variations
Color information
#A35050 (or 0xA35050) is known color: Apple Blossom. HEX triplet: A3, 50 and 50. RGB value is (163,80,80). Sum of RGB (Red+Green+Blue) = 163+80+80=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35050 is #5CAFAF. Grayscale: #686868. Windows color (decimal): -6074288 or 5263523. OLE color: 5263523.
HSL color Cylindrical-coordinate representation of color #A35050: hue angle of 0º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35050 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 80 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.36 |
| HSL | 0º | 0.34% | 0.48% | - |
| HSV(B) | 0º | 0.51% | 0.64% | - |
| XYZ | 19.42 | 14.1 | 9.29 | - |
| YUV | 104.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 80 | 0 | 0.51 | 0.51 | 0.36 | 0 | 0.34 | 0.48 |
| Hex | A3 | 50 | 50 | 0 | 33 | 33 | 24 | 0 | 22 | 30 |
| Octal | 243 | 120 | 120 | 0 | 63 | 63 | 44 | 0 | 42 | 60 |
| Binary | 10100011 | 1010000 | 1010000 | 0 | 110011 | 110011 | 100100 | 0 | 100010 | 110000 |
Color Harmonies of #A35050
Complementary color
Monochromatic Colors of #A35050
Black with #A35050
Text Example
Text Example
White with #A35050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35050; }
p { color: rgb(163,80,80); }
H1.HeaderClassName
{
color: #A35050;
}
.AnyTagClassName
{
color: #A35050;
}
</style>
background-color css
<style>
a { background-color: #A35050; }
a { background-color: rgb(163,80,80); }
div.DivClassName
{
background-color: #A35050;
}
.BgClassName
{
background-color: #A35050;
}
</style>
border-color css
<style>
span { border-color: #A35050; }
span { border-color: rgb(163,80,80); }
td.TdClassName
{
border-color: #A35050;
}
.TagClassName
{
border-color: #A35050;
}
</style>