Shades of Apple Blossom #A94D3E
Tints of Apple Blossom #A94D3E
RGB
CMYK
RGB Variations
Color information
#A94D3E (or 0xA94D3E) is known color: Apple Blossom. HEX triplet: A9, 4D and 3E. RGB value is (169,77,62). Sum of RGB (Red+Green+Blue) = 169+77+62=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D3E is #56B2C1. Grayscale: #666666. Windows color (decimal): -5681858 or 4083113. OLE color: 4083113.
HSL color Cylindrical-coordinate representation of color #A94D3E: hue angle of 8.41º 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 #A94D3E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 62 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.34 |
| HSL | 8.41º | 0.46% | 0.45% | - |
| HSV(B) | 8.41º | 0.63% | 0.66% | - |
| XYZ | 19.89 | 14.09 | 6.23 | - |
| YUV | 102.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 62 | 0 | 0.54 | 0.63 | 0.34 | 8.41 | 0.46 | 0.45 |
| Hex | A9 | 4D | 3E | 0 | 36 | 3F | 22 | 8 | 2E | 2D |
| Octal | 251 | 115 | 76 | 0 | 66 | 77 | 42 | 10 | 56 | 55 |
| Binary | 10101001 | 1001101 | 111110 | 0 | 110110 | 111111 | 100010 | 1000 | 101110 | 101101 |
Color Harmonies of #A94D3E
Complementary color
Monochromatic Colors of #A94D3E
Black with #A94D3E
Text Example
Text Example
White with #A94D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D3E; }
p { color: rgb(169,77,62); }
H1.HeaderClassName
{
color: #A94D3E;
}
.AnyTagClassName
{
color: #A94D3E;
}
</style>
background-color css
<style>
a { background-color: #A94D3E; }
a { background-color: rgb(169,77,62); }
div.DivClassName
{
background-color: #A94D3E;
}
.BgClassName
{
background-color: #A94D3E;
}
</style>
border-color css
<style>
span { border-color: #A94D3E; }
span { border-color: rgb(169,77,62); }
td.TdClassName
{
border-color: #A94D3E;
}
.TagClassName
{
border-color: #A94D3E;
}
</style>