Shades of Apple Blossom #A34D4D
Tints of Apple Blossom #A34D4D
RGB
CMYK
RGB Variations
Color information
#A34D4D (or 0xA34D4D) is known color: Apple Blossom. HEX triplet: A3, 4D and 4D. RGB value is (163,77,77). Sum of RGB (Red+Green+Blue) = 163+77+77=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D4D is #5CB2B2. Grayscale: #666666. Windows color (decimal): -6075059 or 5066147. OLE color: 5066147.
HSL color Cylindrical-coordinate representation of color #A34D4D: hue angle of 0º 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 #A34D4D is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 77 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.36 |
| HSL | 0º | 0.36% | 0.47% | - |
| HSV(B) | 0º | 0.53% | 0.64% | - |
| XYZ | 19.1 | 13.63 | 8.65 | - |
| YUV | 102.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 77 | 0 | 0.53 | 0.53 | 0.36 | 0 | 0.36 | 0.47 |
| Hex | A3 | 4D | 4D | 0 | 35 | 35 | 24 | 0 | 24 | 2F |
| Octal | 243 | 115 | 115 | 0 | 65 | 65 | 44 | 0 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1001101 | 0 | 110101 | 110101 | 100100 | 0 | 100100 | 101111 |
Color Harmonies of #A34D4D
Complementary color
Monochromatic Colors of #A34D4D
Black with #A34D4D
Text Example
Text Example
White with #A34D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D4D; }
p { color: rgb(163,77,77); }
H1.HeaderClassName
{
color: #A34D4D;
}
.AnyTagClassName
{
color: #A34D4D;
}
</style>
background-color css
<style>
a { background-color: #A34D4D; }
a { background-color: rgb(163,77,77); }
div.DivClassName
{
background-color: #A34D4D;
}
.BgClassName
{
background-color: #A34D4D;
}
</style>
border-color css
<style>
span { border-color: #A34D4D; }
span { border-color: rgb(163,77,77); }
td.TdClassName
{
border-color: #A34D4D;
}
.TagClassName
{
border-color: #A34D4D;
}
</style>