Shades of Apple Blossom #A85953
Tints of Apple Blossom #A85953
RGB
CMYK
RGB Variations
Color information
#A85953 (or 0xA85953) is known color: Apple Blossom. HEX triplet: A8, 59 and 53. RGB value is (168,89,83). Sum of RGB (Red+Green+Blue) = 168+89+83=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85953 is #57A6AC. Grayscale: #707070. Windows color (decimal): -5744301 or 5462440. OLE color: 5462440.
HSL color Cylindrical-coordinate representation of color #A85953: hue angle of 4.24º 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 #A85953 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 83 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.34 |
| HSL | 4.24º | 0.34% | 0.49% | - |
| HSV(B) | 4.24º | 0.51% | 0.66% | - |
| XYZ | 21.28 | 16.09 | 10.17 | - |
| YUV | 111.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 83 | 0 | 0.47 | 0.51 | 0.34 | 4.24 | 0.34 | 0.49 |
| Hex | A8 | 59 | 53 | 0 | 2F | 33 | 22 | 4 | 22 | 31 |
| Octal | 250 | 131 | 123 | 0 | 57 | 63 | 42 | 4 | 42 | 61 |
| Binary | 10101000 | 1011001 | 1010011 | 0 | 101111 | 110011 | 100010 | 100 | 100010 | 110001 |
Color Harmonies of #A85953
Complementary color
Monochromatic Colors of #A85953
Black with #A85953
Text Example
Text Example
White with #A85953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85953; }
p { color: rgb(168,89,83); }
H1.HeaderClassName
{
color: #A85953;
}
.AnyTagClassName
{
color: #A85953;
}
</style>
background-color css
<style>
a { background-color: #A85953; }
a { background-color: rgb(168,89,83); }
div.DivClassName
{
background-color: #A85953;
}
.BgClassName
{
background-color: #A85953;
}
</style>
border-color css
<style>
span { border-color: #A85953; }
span { border-color: rgb(168,89,83); }
td.TdClassName
{
border-color: #A85953;
}
.TagClassName
{
border-color: #A85953;
}
</style>