Shades of Apple Blossom #A84E4B
Tints of Apple Blossom #A84E4B
RGB
CMYK
RGB Variations
Color information
#A84E4B (or 0xA84E4B) is known color: Apple Blossom. HEX triplet: A8, 4E and 4B. RGB value is (168,78,75). Sum of RGB (Red+Green+Blue) = 168+78+75=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E4B is #57B1B4. Grayscale: #686868. Windows color (decimal): -5747125 or 4935336. OLE color: 4935336.
HSL color Cylindrical-coordinate representation of color #A84E4B: hue angle of 1.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84E4B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 75 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.34 |
| HSL | 1.94º | 0.38% | 0.48% | - |
| HSV(B) | 1.94º | 0.55% | 0.66% | - |
| XYZ | 20.14 | 14.28 | 8.35 | - |
| YUV | 104.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 75 | 0 | 0.54 | 0.55 | 0.34 | 1.94 | 0.38 | 0.48 |
| Hex | A8 | 4E | 4B | 0 | 36 | 37 | 22 | 2 | 26 | 30 |
| Octal | 250 | 116 | 113 | 0 | 66 | 67 | 42 | 2 | 46 | 60 |
| Binary | 10101000 | 1001110 | 1001011 | 0 | 110110 | 110111 | 100010 | 10 | 100110 | 110000 |
Color Harmonies of #A84E4B
Complementary color
Monochromatic Colors of #A84E4B
Black with #A84E4B
Text Example
Text Example
White with #A84E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E4B; }
p { color: rgb(168,78,75); }
H1.HeaderClassName
{
color: #A84E4B;
}
.AnyTagClassName
{
color: #A84E4B;
}
</style>
background-color css
<style>
a { background-color: #A84E4B; }
a { background-color: rgb(168,78,75); }
div.DivClassName
{
background-color: #A84E4B;
}
.BgClassName
{
background-color: #A84E4B;
}
</style>
border-color css
<style>
span { border-color: #A84E4B; }
span { border-color: rgb(168,78,75); }
td.TdClassName
{
border-color: #A84E4B;
}
.TagClassName
{
border-color: #A84E4B;
}
</style>