Shades of Apple Blossom #A94E43
Tints of Apple Blossom #A94E43
RGB
CMYK
RGB Variations
Color information
#A94E43 (or 0xA94E43) is known color: Apple Blossom. HEX triplet: A9, 4E and 43. RGB value is (169,78,67). Sum of RGB (Red+Green+Blue) = 169+78+67=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E43 is #56B1BC. Grayscale: #686868. Windows color (decimal): -5681597 or 4411049. OLE color: 4411049.
HSL color Cylindrical-coordinate representation of color #A94E43: hue angle of 6.47º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94E43 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 67 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.34 |
| HSL | 6.47º | 0.43% | 0.46% | - |
| HSV(B) | 6.47º | 0.6% | 0.66% | - |
| XYZ | 20.1 | 14.29 | 7.01 | - |
| YUV | 103.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 67 | 0 | 0.54 | 0.60 | 0.34 | 6.47 | 0.43 | 0.46 |
| Hex | A9 | 4E | 43 | 0 | 36 | 3C | 22 | 6 | 2B | 2E |
| Octal | 251 | 116 | 103 | 0 | 66 | 74 | 42 | 6 | 53 | 56 |
| Binary | 10101001 | 1001110 | 1000011 | 0 | 110110 | 111100 | 100010 | 110 | 101011 | 101110 |
Color Harmonies of #A94E43
Complementary color
Monochromatic Colors of #A94E43
Black with #A94E43
Text Example
Text Example
White with #A94E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E43; }
p { color: rgb(169,78,67); }
H1.HeaderClassName
{
color: #A94E43;
}
.AnyTagClassName
{
color: #A94E43;
}
</style>
background-color css
<style>
a { background-color: #A94E43; }
a { background-color: rgb(169,78,67); }
div.DivClassName
{
background-color: #A94E43;
}
.BgClassName
{
background-color: #A94E43;
}
</style>
border-color css
<style>
span { border-color: #A94E43; }
span { border-color: rgb(169,78,67); }
td.TdClassName
{
border-color: #A94E43;
}
.TagClassName
{
border-color: #A94E43;
}
</style>