Shades of Apple Blossom #A84D3E
Tints of Apple Blossom #A84D3E
RGB
CMYK
RGB Variations
Color information
#A84D3E (or 0xA84D3E) is known color: Apple Blossom. HEX triplet: A8, 4D and 3E. RGB value is (168,77,62). Sum of RGB (Red+Green+Blue) = 168+77+62=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D3E is #57B2C1. Grayscale: #666666. Windows color (decimal): -5747394 or 4083112. OLE color: 4083112.
HSL color Cylindrical-coordinate representation of color #A84D3E: hue angle of 8.49º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84D3E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 62 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.34 |
| HSL | 8.49º | 0.46% | 0.45% | - |
| HSV(B) | 8.49º | 0.63% | 0.66% | - |
| XYZ | 19.67 | 13.98 | 6.22 | - |
| YUV | 102.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 62 | 0 | 0.54 | 0.63 | 0.34 | 8.49 | 0.46 | 0.45 |
| Hex | A8 | 4D | 3E | 0 | 36 | 3F | 22 | 8 | 2E | 2D |
| Octal | 250 | 115 | 76 | 0 | 66 | 77 | 42 | 10 | 56 | 55 |
| Binary | 10101000 | 1001101 | 111110 | 0 | 110110 | 111111 | 100010 | 1000 | 101110 | 101101 |
Color Harmonies of #A84D3E
Complementary color
Monochromatic Colors of #A84D3E
Black with #A84D3E
Text Example
Text Example
White with #A84D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D3E; }
p { color: rgb(168,77,62); }
H1.HeaderClassName
{
color: #A84D3E;
}
.AnyTagClassName
{
color: #A84D3E;
}
</style>
background-color css
<style>
a { background-color: #A84D3E; }
a { background-color: rgb(168,77,62); }
div.DivClassName
{
background-color: #A84D3E;
}
.BgClassName
{
background-color: #A84D3E;
}
</style>
border-color css
<style>
span { border-color: #A84D3E; }
span { border-color: rgb(168,77,62); }
td.TdClassName
{
border-color: #A84D3E;
}
.TagClassName
{
border-color: #A84D3E;
}
</style>