Shades of Apple Blossom #A85A53
Tints of Apple Blossom #A85A53
RGB
CMYK
RGB Variations
Color information
#A85A53 (or 0xA85A53) is known color: Apple Blossom. HEX triplet: A8, 5A and 53. RGB value is (168,90,83). Sum of RGB (Red+Green+Blue) = 168+90+83=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A53 is #57A5AC. Grayscale: #707070. Windows color (decimal): -5744045 or 5462696. OLE color: 5462696.
HSL color Cylindrical-coordinate representation of color #A85A53: hue angle of 4.94º 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 #A85A53 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 83 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.34 |
| HSL | 4.94º | 0.34% | 0.49% | - |
| HSV(B) | 4.94º | 0.51% | 0.66% | - |
| XYZ | 21.37 | 16.26 | 10.2 | - |
| YUV | 112.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 83 | 0 | 0.46 | 0.51 | 0.34 | 4.94 | 0.34 | 0.49 |
| Hex | A8 | 5A | 53 | 0 | 2E | 33 | 22 | 5 | 22 | 31 |
| Octal | 250 | 132 | 123 | 0 | 56 | 63 | 42 | 5 | 42 | 61 |
| Binary | 10101000 | 1011010 | 1010011 | 0 | 101110 | 110011 | 100010 | 101 | 100010 | 110001 |
Color Harmonies of #A85A53
Complementary color
Monochromatic Colors of #A85A53
Black with #A85A53
Text Example
Text Example
White with #A85A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A53; }
p { color: rgb(168,90,83); }
H1.HeaderClassName
{
color: #A85A53;
}
.AnyTagClassName
{
color: #A85A53;
}
</style>
background-color css
<style>
a { background-color: #A85A53; }
a { background-color: rgb(168,90,83); }
div.DivClassName
{
background-color: #A85A53;
}
.BgClassName
{
background-color: #A85A53;
}
</style>
border-color css
<style>
span { border-color: #A85A53; }
span { border-color: rgb(168,90,83); }
td.TdClassName
{
border-color: #A85A53;
}
.TagClassName
{
border-color: #A85A53;
}
</style>