Shades of Apple Blossom #AD4A41
Tints of Apple Blossom #AD4A41
RGB
CMYK
RGB Variations
Color information
#AD4A41 (or 0xAD4A41) is known color: Apple Blossom. HEX triplet: AD, 4A and 41. RGB value is (173,74,65). Sum of RGB (Red+Green+Blue) = 173+74+65=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A41 is #52B5BE. Grayscale: #666666. Windows color (decimal): -5420479 or 4278957. OLE color: 4278957.
HSL color Cylindrical-coordinate representation of color #AD4A41: hue angle of 5º 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 #AD4A41 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 65 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.32 |
| HSL | 5º | 0.45% | 0.47% | - |
| HSV(B) | 5º | 0.62% | 0.68% | - |
| XYZ | 20.64 | 14.16 | 6.65 | - |
| YUV | 102.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 65 | 0 | 0.57 | 0.62 | 0.32 | 5 | 0.45 | 0.47 |
| Hex | AD | 4A | 41 | 0 | 39 | 3E | 20 | 5 | 2D | 2F |
| Octal | 255 | 112 | 101 | 0 | 71 | 76 | 40 | 5 | 55 | 57 |
| Binary | 10101101 | 1001010 | 1000001 | 0 | 111001 | 111110 | 100000 | 101 | 101101 | 101111 |
Color Harmonies of #AD4A41
Complementary color
Monochromatic Colors of #AD4A41
Black with #AD4A41
Text Example
Text Example
White with #AD4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A41; }
p { color: rgb(173,74,65); }
H1.HeaderClassName
{
color: #AD4A41;
}
.AnyTagClassName
{
color: #AD4A41;
}
</style>
background-color css
<style>
a { background-color: #AD4A41; }
a { background-color: rgb(173,74,65); }
div.DivClassName
{
background-color: #AD4A41;
}
.BgClassName
{
background-color: #AD4A41;
}
</style>
border-color css
<style>
span { border-color: #AD4A41; }
span { border-color: rgb(173,74,65); }
td.TdClassName
{
border-color: #AD4A41;
}
.TagClassName
{
border-color: #AD4A41;
}
</style>