Shades of Apple Blossom #A94E42
Tints of Apple Blossom #A94E42
RGB
CMYK
RGB Variations
Color information
#A94E42 (or 0xA94E42) is known color: Apple Blossom. HEX triplet: A9, 4E and 42. RGB value is (169,78,66). Sum of RGB (Red+Green+Blue) = 169+78+66=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E42 is #56B1BD. Grayscale: #676767. Windows color (decimal): -5681598 or 4345513. OLE color: 4345513.
HSL color Cylindrical-coordinate representation of color #A94E42: hue angle of 6.99º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94E42 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 66 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.34 |
| HSL | 6.99º | 0.44% | 0.46% | - |
| HSV(B) | 6.99º | 0.61% | 0.66% | - |
| XYZ | 20.07 | 14.28 | 6.85 | - |
| YUV | 103.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 66 | 0 | 0.54 | 0.61 | 0.34 | 6.99 | 0.44 | 0.46 |
| Hex | A9 | 4E | 42 | 0 | 36 | 3D | 22 | 7 | 2C | 2E |
| Octal | 251 | 116 | 102 | 0 | 66 | 75 | 42 | 7 | 54 | 56 |
| Binary | 10101001 | 1001110 | 1000010 | 0 | 110110 | 111101 | 100010 | 111 | 101100 | 101110 |
Color Harmonies of #A94E42
Complementary color
Monochromatic Colors of #A94E42
Black with #A94E42
Text Example
Text Example
White with #A94E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E42; }
p { color: rgb(169,78,66); }
H1.HeaderClassName
{
color: #A94E42;
}
.AnyTagClassName
{
color: #A94E42;
}
</style>
background-color css
<style>
a { background-color: #A94E42; }
a { background-color: rgb(169,78,66); }
div.DivClassName
{
background-color: #A94E42;
}
.BgClassName
{
background-color: #A94E42;
}
</style>
border-color css
<style>
span { border-color: #A94E42; }
span { border-color: rgb(169,78,66); }
td.TdClassName
{
border-color: #A94E42;
}
.TagClassName
{
border-color: #A94E42;
}
</style>