Shades of Apple Blossom #A75353
Tints of Apple Blossom #A75353
RGB
CMYK
RGB Variations
Color information
#A75353 (or 0xA75353) is known color: Apple Blossom. HEX triplet: A7, 53 and 53. RGB value is (167,83,83). Sum of RGB (Red+Green+Blue) = 167+83+83=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75353 is #58ACAC. Grayscale: #6C6C6C. Windows color (decimal): -5811373 or 5460903. OLE color: 5460903.
HSL color Cylindrical-coordinate representation of color #A75353: hue angle of 0º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75353 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 83 | 83 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.35 |
| HSL | 0º | 0.34% | 0.49% | - |
| HSV(B) | 0º | 0.5% | 0.65% | - |
| XYZ | 20.59 | 15.03 | 10 | - |
| YUV | 108.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 83 | 0 | 0.50 | 0.50 | 0.35 | 0 | 0.34 | 0.49 |
| Hex | A7 | 53 | 53 | 0 | 32 | 32 | 23 | 0 | 22 | 31 |
| Octal | 247 | 123 | 123 | 0 | 62 | 62 | 43 | 0 | 42 | 61 |
| Binary | 10100111 | 1010011 | 1010011 | 0 | 110010 | 110010 | 100011 | 0 | 100010 | 110001 |
Color Harmonies of #A75353
Complementary color
Monochromatic Colors of #A75353
Black with #A75353
Text Example
Text Example
White with #A75353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75353; }
p { color: rgb(167,83,83); }
H1.HeaderClassName
{
color: #A75353;
}
.AnyTagClassName
{
color: #A75353;
}
</style>
background-color css
<style>
a { background-color: #A75353; }
a { background-color: rgb(167,83,83); }
div.DivClassName
{
background-color: #A75353;
}
.BgClassName
{
background-color: #A75353;
}
</style>
border-color css
<style>
span { border-color: #A75353; }
span { border-color: rgb(167,83,83); }
td.TdClassName
{
border-color: #A75353;
}
.TagClassName
{
border-color: #A75353;
}
</style>