Shades of Apple Blossom #AD5A51
Tints of Apple Blossom #AD5A51
RGB
CMYK
RGB Variations
Color information
#AD5A51 (or 0xAD5A51) is known color: Apple Blossom. HEX triplet: AD, 5A and 51. RGB value is (173,90,81). Sum of RGB (Red+Green+Blue) = 173+90+81=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A51 is #52A5AE. Grayscale: #717171. Windows color (decimal): -5416367 or 5331629. OLE color: 5331629.
HSL color Cylindrical-coordinate representation of color #AD5A51: hue angle of 5.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5A51 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 81 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.32 |
| HSL | 5.87º | 0.36% | 0.5% | - |
| HSV(B) | 5.87º | 0.53% | 0.68% | - |
| XYZ | 22.37 | 16.79 | 9.85 | - |
| YUV | 113.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 81 | 0 | 0.48 | 0.53 | 0.32 | 5.87 | 0.36 | 0.5 |
| Hex | AD | 5A | 51 | 0 | 30 | 35 | 20 | 6 | 24 | 32 |
| Octal | 255 | 132 | 121 | 0 | 60 | 65 | 40 | 6 | 44 | 62 |
| Binary | 10101101 | 1011010 | 1010001 | 0 | 110000 | 110101 | 100000 | 110 | 100100 | 110010 |
Color Harmonies of #AD5A51
Complementary color
Monochromatic Colors of #AD5A51
Black with #AD5A51
Text Example
Text Example
White with #AD5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A51; }
p { color: rgb(173,90,81); }
H1.HeaderClassName
{
color: #AD5A51;
}
.AnyTagClassName
{
color: #AD5A51;
}
</style>
background-color css
<style>
a { background-color: #AD5A51; }
a { background-color: rgb(173,90,81); }
div.DivClassName
{
background-color: #AD5A51;
}
.BgClassName
{
background-color: #AD5A51;
}
</style>
border-color css
<style>
span { border-color: #AD5A51; }
span { border-color: rgb(173,90,81); }
td.TdClassName
{
border-color: #AD5A51;
}
.TagClassName
{
border-color: #AD5A51;
}
</style>