Shades of Apple Blossom #A94E44
Tints of Apple Blossom #A94E44
RGB
CMYK
RGB Variations
Color information
#A94E44 (or 0xA94E44) is known color: Apple Blossom. HEX triplet: A9, 4E and 44. RGB value is (169,78,68). Sum of RGB (Red+Green+Blue) = 169+78+68=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E44 is #56B1BB. Grayscale: #686868. Windows color (decimal): -5681596 or 4476585. OLE color: 4476585.
HSL color Cylindrical-coordinate representation of color #A94E44: hue angle of 5.94º 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 #A94E44 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 68 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.34 |
| HSL | 5.94º | 0.43% | 0.46% | - |
| HSV(B) | 5.94º | 0.6% | 0.66% | - |
| XYZ | 20.13 | 14.3 | 7.17 | - |
| YUV | 104.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 68 | 0 | 0.54 | 0.60 | 0.34 | 5.94 | 0.43 | 0.46 |
| Hex | A9 | 4E | 44 | 0 | 36 | 3C | 22 | 6 | 2B | 2E |
| Octal | 251 | 116 | 104 | 0 | 66 | 74 | 42 | 6 | 53 | 56 |
| Binary | 10101001 | 1001110 | 1000100 | 0 | 110110 | 111100 | 100010 | 110 | 101011 | 101110 |
Color Harmonies of #A94E44
Complementary color
Monochromatic Colors of #A94E44
Black with #A94E44
Text Example
Text Example
White with #A94E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94E44; }
p { color: rgb(169,78,68); }
H1.HeaderClassName
{
color: #A94E44;
}
.AnyTagClassName
{
color: #A94E44;
}
</style>
background-color css
<style>
a { background-color: #A94E44; }
a { background-color: rgb(169,78,68); }
div.DivClassName
{
background-color: #A94E44;
}
.BgClassName
{
background-color: #A94E44;
}
</style>
border-color css
<style>
span { border-color: #A94E44; }
span { border-color: rgb(169,78,68); }
td.TdClassName
{
border-color: #A94E44;
}
.TagClassName
{
border-color: #A94E44;
}
</style>