Shades of Apple Blossom #A95145
Tints of Apple Blossom #A95145
RGB
CMYK
RGB Variations
Color information
#A95145 (or 0xA95145) is known color: Apple Blossom. HEX triplet: A9, 51 and 45. RGB value is (169,81,69). Sum of RGB (Red+Green+Blue) = 169+81+69=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A95145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95145 is #56AEBA. Grayscale: #6A6A6A. Windows color (decimal): -5680827 or 4542889. OLE color: 4542889.
HSL color Cylindrical-coordinate representation of color #A95145: hue angle of 7.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95145 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 69 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.34 |
| HSL | 7.2º | 0.42% | 0.47% | - |
| HSV(B) | 7.2º | 0.59% | 0.66% | - |
| XYZ | 20.38 | 14.75 | 7.4 | - |
| YUV | 105.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 69 | 0 | 0.52 | 0.59 | 0.34 | 7.2 | 0.42 | 0.47 |
| Hex | A9 | 51 | 45 | 0 | 34 | 3B | 22 | 7 | 2A | 2F |
| Octal | 251 | 121 | 105 | 0 | 64 | 73 | 42 | 7 | 52 | 57 |
| Binary | 10101001 | 1010001 | 1000101 | 0 | 110100 | 111011 | 100010 | 111 | 101010 | 101111 |
Color Harmonies of #A95145
Complementary color
Monochromatic Colors of #A95145
Black with #A95145
Text Example
Text Example
White with #A95145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95145; }
p { color: rgb(169,81,69); }
H1.HeaderClassName
{
color: #A95145;
}
.AnyTagClassName
{
color: #A95145;
}
</style>
background-color css
<style>
a { background-color: #A95145; }
a { background-color: rgb(169,81,69); }
div.DivClassName
{
background-color: #A95145;
}
.BgClassName
{
background-color: #A95145;
}
</style>
border-color css
<style>
span { border-color: #A95145; }
span { border-color: rgb(169,81,69); }
td.TdClassName
{
border-color: #A95145;
}
.TagClassName
{
border-color: #A95145;
}
</style>