Shades of Apple Blossom #A85245
Tints of Apple Blossom #A85245
RGB
CMYK
RGB Variations
Color information
#A85245 (or 0xA85245) is known color: Apple Blossom. HEX triplet: A8, 52 and 45. RGB value is (168,82,69). Sum of RGB (Red+Green+Blue) = 168+82+69=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85245 is #57ADBA. Grayscale: #6A6A6A. Windows color (decimal): -5746107 or 4543144. OLE color: 4543144.
HSL color Cylindrical-coordinate representation of color #A85245: hue angle of 7.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85245 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 69 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.34 |
| HSL | 7.88º | 0.42% | 0.46% | - |
| HSV(B) | 7.88º | 0.59% | 0.66% | - |
| XYZ | 20.24 | 14.79 | 7.42 | - |
| YUV | 106.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 69 | 0 | 0.51 | 0.59 | 0.34 | 7.88 | 0.42 | 0.46 |
| Hex | A8 | 52 | 45 | 0 | 33 | 3B | 22 | 8 | 2A | 2E |
| Octal | 250 | 122 | 105 | 0 | 63 | 73 | 42 | 10 | 52 | 56 |
| Binary | 10101000 | 1010010 | 1000101 | 0 | 110011 | 111011 | 100010 | 1000 | 101010 | 101110 |
Color Harmonies of #A85245
Complementary color
Monochromatic Colors of #A85245
Black with #A85245
Text Example
Text Example
White with #A85245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85245; }
p { color: rgb(168,82,69); }
H1.HeaderClassName
{
color: #A85245;
}
.AnyTagClassName
{
color: #A85245;
}
</style>
background-color css
<style>
a { background-color: #A85245; }
a { background-color: rgb(168,82,69); }
div.DivClassName
{
background-color: #A85245;
}
.BgClassName
{
background-color: #A85245;
}
</style>
border-color css
<style>
span { border-color: #A85245; }
span { border-color: rgb(168,82,69); }
td.TdClassName
{
border-color: #A85245;
}
.TagClassName
{
border-color: #A85245;
}
</style>