Shades of Apple Blossom #AD574E
Tints of Apple Blossom #AD574E
RGB
CMYK
RGB Variations
Color information
#AD574E (or 0xAD574E) is known color: Apple Blossom. HEX triplet: AD, 57 and 4E. RGB value is (173,87,78). Sum of RGB (Red+Green+Blue) = 173+87+78=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD574E is #52A8B1. Grayscale: #6F6F6F. Windows color (decimal): -5417138 or 5134253. OLE color: 5134253.
HSL color Cylindrical-coordinate representation of color #AD574E: hue angle of 5.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD574E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 78 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.32 |
| HSL | 5.68º | 0.38% | 0.49% | - |
| HSV(B) | 5.68º | 0.55% | 0.68% | - |
| XYZ | 22.02 | 16.25 | 9.18 | - |
| YUV | 111.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 78 | 0 | 0.50 | 0.55 | 0.32 | 5.68 | 0.38 | 0.49 |
| Hex | AD | 57 | 4E | 0 | 32 | 37 | 20 | 6 | 26 | 31 |
| Octal | 255 | 127 | 116 | 0 | 62 | 67 | 40 | 6 | 46 | 61 |
| Binary | 10101101 | 1010111 | 1001110 | 0 | 110010 | 110111 | 100000 | 110 | 100110 | 110001 |
Color Harmonies of #AD574E
Complementary color
Monochromatic Colors of #AD574E
Black with #AD574E
Text Example
Text Example
White with #AD574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD574E; }
p { color: rgb(173,87,78); }
H1.HeaderClassName
{
color: #AD574E;
}
.AnyTagClassName
{
color: #AD574E;
}
</style>
background-color css
<style>
a { background-color: #AD574E; }
a { background-color: rgb(173,87,78); }
div.DivClassName
{
background-color: #AD574E;
}
.BgClassName
{
background-color: #AD574E;
}
</style>
border-color css
<style>
span { border-color: #AD574E; }
span { border-color: rgb(173,87,78); }
td.TdClassName
{
border-color: #AD574E;
}
.TagClassName
{
border-color: #AD574E;
}
</style>