Shades of Apple Blossom #AD574F
Tints of Apple Blossom #AD574F
RGB
CMYK
RGB Variations
Color information
#AD574F (or 0xAD574F) is known color: Apple Blossom. HEX triplet: AD, 57 and 4F. RGB value is (173,87,79). Sum of RGB (Red+Green+Blue) = 173+87+79=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD574F is #52A8B0. Grayscale: #6F6F6F. Windows color (decimal): -5417137 or 5199789. OLE color: 5199789.
HSL color Cylindrical-coordinate representation of color #AD574F: hue angle of 5.11º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD574F is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 79 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.32 |
| HSL | 5.11º | 0.37% | 0.49% | - |
| HSV(B) | 5.11º | 0.54% | 0.68% | - |
| XYZ | 22.05 | 16.27 | 9.37 | - |
| YUV | 111.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 79 | 0 | 0.50 | 0.54 | 0.32 | 5.11 | 0.37 | 0.49 |
| Hex | AD | 57 | 4F | 0 | 32 | 36 | 20 | 5 | 25 | 31 |
| Octal | 255 | 127 | 117 | 0 | 62 | 66 | 40 | 5 | 45 | 61 |
| Binary | 10101101 | 1010111 | 1001111 | 0 | 110010 | 110110 | 100000 | 101 | 100101 | 110001 |
Color Harmonies of #AD574F
Complementary color
Monochromatic Colors of #AD574F
Black with #AD574F
Text Example
Text Example
White with #AD574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD574F; }
p { color: rgb(173,87,79); }
H1.HeaderClassName
{
color: #AD574F;
}
.AnyTagClassName
{
color: #AD574F;
}
</style>
background-color css
<style>
a { background-color: #AD574F; }
a { background-color: rgb(173,87,79); }
div.DivClassName
{
background-color: #AD574F;
}
.BgClassName
{
background-color: #AD574F;
}
</style>
border-color css
<style>
span { border-color: #AD574F; }
span { border-color: rgb(173,87,79); }
td.TdClassName
{
border-color: #AD574F;
}
.TagClassName
{
border-color: #AD574F;
}
</style>