Shades of Apple Blossom #AD574B
Tints of Apple Blossom #AD574B
RGB
CMYK
RGB Variations
Color information
#AD574B (or 0xAD574B) is known color: Apple Blossom. HEX triplet: AD, 57 and 4B. RGB value is (173,87,75). Sum of RGB (Red+Green+Blue) = 173+87+75=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD574B is #52A8B4. Grayscale: #6F6F6F. Windows color (decimal): -5417141 or 4937645. OLE color: 4937645.
HSL color Cylindrical-coordinate representation of color #AD574B: hue angle of 7.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD574B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 75 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.32 |
| HSL | 7.35º | 0.4% | 0.49% | - |
| HSV(B) | 7.35º | 0.57% | 0.68% | - |
| XYZ | 21.91 | 16.21 | 8.63 | - |
| YUV | 111.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 75 | 0 | 0.50 | 0.57 | 0.32 | 7.35 | 0.4 | 0.49 |
| Hex | AD | 57 | 4B | 0 | 32 | 39 | 20 | 7 | 28 | 31 |
| Octal | 255 | 127 | 113 | 0 | 62 | 71 | 40 | 7 | 50 | 61 |
| Binary | 10101101 | 1010111 | 1001011 | 0 | 110010 | 111001 | 100000 | 111 | 101000 | 110001 |
Color Harmonies of #AD574B
Complementary color
Monochromatic Colors of #AD574B
Black with #AD574B
Text Example
Text Example
White with #AD574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD574B; }
p { color: rgb(173,87,75); }
H1.HeaderClassName
{
color: #AD574B;
}
.AnyTagClassName
{
color: #AD574B;
}
</style>
background-color css
<style>
a { background-color: #AD574B; }
a { background-color: rgb(173,87,75); }
div.DivClassName
{
background-color: #AD574B;
}
.BgClassName
{
background-color: #AD574B;
}
</style>
border-color css
<style>
span { border-color: #AD574B; }
span { border-color: rgb(173,87,75); }
td.TdClassName
{
border-color: #AD574B;
}
.TagClassName
{
border-color: #AD574B;
}
</style>