Shades of Apple Blossom #A84B49
Tints of Apple Blossom #A84B49
RGB
CMYK
RGB Variations
Color information
#A84B49 (or 0xA84B49) is known color: Apple Blossom. HEX triplet: A8, 4B and 49. RGB value is (168,75,73). Sum of RGB (Red+Green+Blue) = 168+75+73=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B49 is #57B4B6. Grayscale: #666666. Windows color (decimal): -5747895 or 4803496. OLE color: 4803496.
HSL color Cylindrical-coordinate representation of color #A84B49: hue angle of 1.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84B49 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 73 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.34 |
| HSL | 1.26º | 0.39% | 0.47% | - |
| HSV(B) | 1.26º | 0.57% | 0.66% | - |
| XYZ | 19.87 | 13.84 | 7.93 | - |
| YUV | 102.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 73 | 0 | 0.55 | 0.57 | 0.34 | 1.26 | 0.39 | 0.47 |
| Hex | A8 | 4B | 49 | 0 | 37 | 39 | 22 | 1 | 27 | 2F |
| Octal | 250 | 113 | 111 | 0 | 67 | 71 | 42 | 1 | 47 | 57 |
| Binary | 10101000 | 1001011 | 1001001 | 0 | 110111 | 111001 | 100010 | 1 | 100111 | 101111 |
Color Harmonies of #A84B49
Complementary color
Monochromatic Colors of #A84B49
Black with #A84B49
Text Example
Text Example
White with #A84B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B49; }
p { color: rgb(168,75,73); }
H1.HeaderClassName
{
color: #A84B49;
}
.AnyTagClassName
{
color: #A84B49;
}
</style>
background-color css
<style>
a { background-color: #A84B49; }
a { background-color: rgb(168,75,73); }
div.DivClassName
{
background-color: #A84B49;
}
.BgClassName
{
background-color: #A84B49;
}
</style>
border-color css
<style>
span { border-color: #A84B49; }
span { border-color: rgb(168,75,73); }
td.TdClassName
{
border-color: #A84B49;
}
.TagClassName
{
border-color: #A84B49;
}
</style>