Shades of Apple Blossom #A34D4B
Tints of Apple Blossom #A34D4B
RGB
CMYK
RGB Variations
Color information
#A34D4B (or 0xA34D4B) is known color: Apple Blossom. HEX triplet: A3, 4D and 4B. RGB value is (163,77,75). Sum of RGB (Red+Green+Blue) = 163+77+75=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D4B is #5CB2B4. Grayscale: #666666. Windows color (decimal): -6075061 or 4935075. OLE color: 4935075.
HSL color Cylindrical-coordinate representation of color #A34D4B: hue angle of 1.36º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34D4B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 75 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.36 |
| HSL | 1.36º | 0.37% | 0.47% | - |
| HSV(B) | 1.36º | 0.54% | 0.64% | - |
| XYZ | 19.03 | 13.6 | 8.28 | - |
| YUV | 102.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 75 | 0 | 0.53 | 0.54 | 0.36 | 1.36 | 0.37 | 0.47 |
| Hex | A3 | 4D | 4B | 0 | 35 | 36 | 24 | 1 | 25 | 2F |
| Octal | 243 | 115 | 113 | 0 | 65 | 66 | 44 | 1 | 45 | 57 |
| Binary | 10100011 | 1001101 | 1001011 | 0 | 110101 | 110110 | 100100 | 1 | 100101 | 101111 |
Color Harmonies of #A34D4B
Complementary color
Monochromatic Colors of #A34D4B
Black with #A34D4B
Text Example
Text Example
White with #A34D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D4B; }
p { color: rgb(163,77,75); }
H1.HeaderClassName
{
color: #A34D4B;
}
.AnyTagClassName
{
color: #A34D4B;
}
</style>
background-color css
<style>
a { background-color: #A34D4B; }
a { background-color: rgb(163,77,75); }
div.DivClassName
{
background-color: #A34D4B;
}
.BgClassName
{
background-color: #A34D4B;
}
</style>
border-color css
<style>
span { border-color: #A34D4B; }
span { border-color: rgb(163,77,75); }
td.TdClassName
{
border-color: #A34D4B;
}
.TagClassName
{
border-color: #A34D4B;
}
</style>