Shades of Apple Blossom #A85A57
Tints of Apple Blossom #A85A57
RGB
CMYK
RGB Variations
Color information
#A85A57 (or 0xA85A57) is known color: Apple Blossom. HEX triplet: A8, 5A and 57. RGB value is (168,90,87). Sum of RGB (Red+Green+Blue) = 168+90+87=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A57 is #57A5A8. Grayscale: #717171. Windows color (decimal): -5744041 or 5724840. OLE color: 5724840.
HSL color Cylindrical-coordinate representation of color #A85A57: hue angle of 2.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85A57 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 87 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.34 |
| HSL | 2.22º | 0.32% | 0.5% | - |
| HSV(B) | 2.22º | 0.48% | 0.66% | - |
| XYZ | 21.52 | 16.33 | 11.03 | - |
| YUV | 112.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 87 | 0 | 0.46 | 0.48 | 0.34 | 2.22 | 0.32 | 0.5 |
| Hex | A8 | 5A | 57 | 0 | 2E | 30 | 22 | 2 | 20 | 32 |
| Octal | 250 | 132 | 127 | 0 | 56 | 60 | 42 | 2 | 40 | 62 |
| Binary | 10101000 | 1011010 | 1010111 | 0 | 101110 | 110000 | 100010 | 10 | 100000 | 110010 |
Color Harmonies of #A85A57
Complementary color
Monochromatic Colors of #A85A57
Black with #A85A57
Text Example
Text Example
White with #A85A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A57; }
p { color: rgb(168,90,87); }
H1.HeaderClassName
{
color: #A85A57;
}
.AnyTagClassName
{
color: #A85A57;
}
</style>
background-color css
<style>
a { background-color: #A85A57; }
a { background-color: rgb(168,90,87); }
div.DivClassName
{
background-color: #A85A57;
}
.BgClassName
{
background-color: #A85A57;
}
</style>
border-color css
<style>
span { border-color: #A85A57; }
span { border-color: rgb(168,90,87); }
td.TdClassName
{
border-color: #A85A57;
}
.TagClassName
{
border-color: #A85A57;
}
</style>