Shades of Apple Blossom #A45350
Tints of Apple Blossom #A45350
RGB
CMYK
RGB Variations
Color information
#A45350 (or 0xA45350) is known color: Apple Blossom. HEX triplet: A4, 53 and 50. RGB value is (164,83,80). Sum of RGB (Red+Green+Blue) = 164+83+80=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A45350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45350 is #5BACAF. Grayscale: #6A6A6A. Windows color (decimal): -6007984 or 5264292. OLE color: 5264292.
HSL color Cylindrical-coordinate representation of color #A45350: hue angle of 2.14º 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 #A45350 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 80 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.36 |
| HSL | 2.14º | 0.34% | 0.48% | - |
| HSV(B) | 2.14º | 0.51% | 0.64% | - |
| XYZ | 19.85 | 14.66 | 9.37 | - |
| YUV | 106.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 80 | 0 | 0.49 | 0.51 | 0.36 | 2.14 | 0.34 | 0.48 |
| Hex | A4 | 53 | 50 | 0 | 31 | 33 | 24 | 2 | 22 | 30 |
| Octal | 244 | 123 | 120 | 0 | 61 | 63 | 44 | 2 | 42 | 60 |
| Binary | 10100100 | 1010011 | 1010000 | 0 | 110001 | 110011 | 100100 | 10 | 100010 | 110000 |
Color Harmonies of #A45350
Complementary color
Monochromatic Colors of #A45350
Black with #A45350
Text Example
Text Example
White with #A45350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45350; }
p { color: rgb(164,83,80); }
H1.HeaderClassName
{
color: #A45350;
}
.AnyTagClassName
{
color: #A45350;
}
</style>
background-color css
<style>
a { background-color: #A45350; }
a { background-color: rgb(164,83,80); }
div.DivClassName
{
background-color: #A45350;
}
.BgClassName
{
background-color: #A45350;
}
</style>
border-color css
<style>
span { border-color: #A45350; }
span { border-color: rgb(164,83,80); }
td.TdClassName
{
border-color: #A45350;
}
.TagClassName
{
border-color: #A45350;
}
</style>