Shades of Apple Blossom #A84B4A
Tints of Apple Blossom #A84B4A
RGB
CMYK
RGB Variations
Color information
#A84B4A (or 0xA84B4A) is known color: Apple Blossom. HEX triplet: A8, 4B and 4A. RGB value is (168,75,74). Sum of RGB (Red+Green+Blue) = 168+75+74=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B4A is #57B4B5. Grayscale: #666666. Windows color (decimal): -5747894 or 4869032. OLE color: 4869032.
HSL color Cylindrical-coordinate representation of color #A84B4A: hue angle of 0.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84B4A is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 74 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.34 |
| HSL | 0.64º | 0.39% | 0.47% | - |
| HSV(B) | 0.64º | 0.56% | 0.66% | - |
| XYZ | 19.9 | 13.85 | 8.1 | - |
| YUV | 102.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 74 | 0 | 0.55 | 0.56 | 0.34 | 0.64 | 0.39 | 0.47 |
| Hex | A8 | 4B | 4A | 0 | 37 | 38 | 22 | 1 | 27 | 2F |
| Octal | 250 | 113 | 112 | 0 | 67 | 70 | 42 | 1 | 47 | 57 |
| Binary | 10101000 | 1001011 | 1001010 | 0 | 110111 | 111000 | 100010 | 1 | 100111 | 101111 |
Color Harmonies of #A84B4A
Complementary color
Monochromatic Colors of #A84B4A
Black with #A84B4A
Text Example
Text Example
White with #A84B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B4A; }
p { color: rgb(168,75,74); }
H1.HeaderClassName
{
color: #A84B4A;
}
.AnyTagClassName
{
color: #A84B4A;
}
</style>
background-color css
<style>
a { background-color: #A84B4A; }
a { background-color: rgb(168,75,74); }
div.DivClassName
{
background-color: #A84B4A;
}
.BgClassName
{
background-color: #A84B4A;
}
</style>
border-color css
<style>
span { border-color: #A84B4A; }
span { border-color: rgb(168,75,74); }
td.TdClassName
{
border-color: #A84B4A;
}
.TagClassName
{
border-color: #A84B4A;
}
</style>