Shades of Apple Blossom #A3504D
Tints of Apple Blossom #A3504D
RGB
CMYK
RGB Variations
Color information
#A3504D (or 0xA3504D) is known color: Apple Blossom. HEX triplet: A3, 50 and 4D. RGB value is (163,80,77). Sum of RGB (Red+Green+Blue) = 163+80+77=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3504D is #5CAFB2. Grayscale: #686868. Windows color (decimal): -6074291 or 5066915. OLE color: 5066915.
HSL color Cylindrical-coordinate representation of color #A3504D: hue angle of 2.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3504D is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 77 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.36 |
| HSL | 2.09º | 0.36% | 0.47% | - |
| HSV(B) | 2.09º | 0.53% | 0.64% | - |
| XYZ | 19.31 | 14.06 | 8.72 | - |
| YUV | 104.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 77 | 0 | 0.51 | 0.53 | 0.36 | 2.09 | 0.36 | 0.47 |
| Hex | A3 | 50 | 4D | 0 | 33 | 35 | 24 | 2 | 24 | 2F |
| Octal | 243 | 120 | 115 | 0 | 63 | 65 | 44 | 2 | 44 | 57 |
| Binary | 10100011 | 1010000 | 1001101 | 0 | 110011 | 110101 | 100100 | 10 | 100100 | 101111 |
Color Harmonies of #A3504D
Complementary color
Monochromatic Colors of #A3504D
Black with #A3504D
Text Example
Text Example
White with #A3504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3504D; }
p { color: rgb(163,80,77); }
H1.HeaderClassName
{
color: #A3504D;
}
.AnyTagClassName
{
color: #A3504D;
}
</style>
background-color css
<style>
a { background-color: #A3504D; }
a { background-color: rgb(163,80,77); }
div.DivClassName
{
background-color: #A3504D;
}
.BgClassName
{
background-color: #A3504D;
}
</style>
border-color css
<style>
span { border-color: #A3504D; }
span { border-color: rgb(163,80,77); }
td.TdClassName
{
border-color: #A3504D;
}
.TagClassName
{
border-color: #A3504D;
}
</style>