Shades of Apple Blossom #AD5041
Tints of Apple Blossom #AD5041
RGB
CMYK
RGB Variations
Color information
#AD5041 (or 0xAD5041) is known color: Apple Blossom. HEX triplet: AD, 50 and 41. RGB value is (173,80,65). Sum of RGB (Red+Green+Blue) = 173+80+65=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5041 is #52AFBE. Grayscale: #6A6A6A. Windows color (decimal): -5418943 or 4280493. OLE color: 4280493.
HSL color Cylindrical-coordinate representation of color #AD5041: hue angle of 8.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5041 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 65 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.32 |
| HSL | 8.33º | 0.45% | 0.47% | - |
| HSV(B) | 8.33º | 0.62% | 0.68% | - |
| XYZ | 21.06 | 15 | 6.79 | - |
| YUV | 106.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 65 | 0 | 0.54 | 0.62 | 0.32 | 8.33 | 0.45 | 0.47 |
| Hex | AD | 50 | 41 | 0 | 36 | 3E | 20 | 8 | 2D | 2F |
| Octal | 255 | 120 | 101 | 0 | 66 | 76 | 40 | 10 | 55 | 57 |
| Binary | 10101101 | 1010000 | 1000001 | 0 | 110110 | 111110 | 100000 | 1000 | 101101 | 101111 |
Color Harmonies of #AD5041
Complementary color
Monochromatic Colors of #AD5041
Black with #AD5041
Text Example
Text Example
White with #AD5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5041; }
p { color: rgb(173,80,65); }
H1.HeaderClassName
{
color: #AD5041;
}
.AnyTagClassName
{
color: #AD5041;
}
</style>
background-color css
<style>
a { background-color: #AD5041; }
a { background-color: rgb(173,80,65); }
div.DivClassName
{
background-color: #AD5041;
}
.BgClassName
{
background-color: #AD5041;
}
</style>
border-color css
<style>
span { border-color: #AD5041; }
span { border-color: rgb(173,80,65); }
td.TdClassName
{
border-color: #AD5041;
}
.TagClassName
{
border-color: #AD5041;
}
</style>