Shades of Apple Blossom #A85952
Tints of Apple Blossom #A85952
RGB
CMYK
RGB Variations
Color information
#A85952 (or 0xA85952) is known color: Apple Blossom. HEX triplet: A8, 59 and 52. RGB value is (168,89,82). Sum of RGB (Red+Green+Blue) = 168+89+82=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85952 is #57A6AD. Grayscale: #6F6F6F. Windows color (decimal): -5744302 or 5396904. OLE color: 5396904.
HSL color Cylindrical-coordinate representation of color #A85952: hue angle of 4.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85952 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 82 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.34 |
| HSL | 4.88º | 0.34% | 0.49% | - |
| HSV(B) | 4.88º | 0.51% | 0.66% | - |
| XYZ | 21.24 | 16.08 | 9.97 | - |
| YUV | 111.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 82 | 0 | 0.47 | 0.51 | 0.34 | 4.88 | 0.34 | 0.49 |
| Hex | A8 | 59 | 52 | 0 | 2F | 33 | 22 | 5 | 22 | 31 |
| Octal | 250 | 131 | 122 | 0 | 57 | 63 | 42 | 5 | 42 | 61 |
| Binary | 10101000 | 1011001 | 1010010 | 0 | 101111 | 110011 | 100010 | 101 | 100010 | 110001 |
Color Harmonies of #A85952
Complementary color
Monochromatic Colors of #A85952
Black with #A85952
Text Example
Text Example
White with #A85952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85952; }
p { color: rgb(168,89,82); }
H1.HeaderClassName
{
color: #A85952;
}
.AnyTagClassName
{
color: #A85952;
}
</style>
background-color css
<style>
a { background-color: #A85952; }
a { background-color: rgb(168,89,82); }
div.DivClassName
{
background-color: #A85952;
}
.BgClassName
{
background-color: #A85952;
}
</style>
border-color css
<style>
span { border-color: #A85952; }
span { border-color: rgb(168,89,82); }
td.TdClassName
{
border-color: #A85952;
}
.TagClassName
{
border-color: #A85952;
}
</style>