Shades of Apple Blossom #AD4E4C
Tints of Apple Blossom #AD4E4C
RGB
CMYK
RGB Variations
Color information
#AD4E4C (or 0xAD4E4C) is known color: Apple Blossom. HEX triplet: AD, 4E and 4C. RGB value is (173,78,76). Sum of RGB (Red+Green+Blue) = 173+78+76=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E4C is #52B1B3. Grayscale: #6A6A6A. Windows color (decimal): -5419444 or 5000877. OLE color: 5000877.
HSL color Cylindrical-coordinate representation of color #AD4E4C: hue angle of 1.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4E4C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 76 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.32 |
| HSL | 1.24º | 0.39% | 0.49% | - |
| HSV(B) | 1.24º | 0.56% | 0.68% | - |
| XYZ | 21.26 | 14.85 | 8.58 | - |
| YUV | 106.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 76 | 0 | 0.55 | 0.56 | 0.32 | 1.24 | 0.39 | 0.49 |
| Hex | AD | 4E | 4C | 0 | 37 | 38 | 20 | 1 | 27 | 31 |
| Octal | 255 | 116 | 114 | 0 | 67 | 70 | 40 | 1 | 47 | 61 |
| Binary | 10101101 | 1001110 | 1001100 | 0 | 110111 | 111000 | 100000 | 1 | 100111 | 110001 |
Color Harmonies of #AD4E4C
Complementary color
Monochromatic Colors of #AD4E4C
Black with #AD4E4C
Text Example
Text Example
White with #AD4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E4C; }
p { color: rgb(173,78,76); }
H1.HeaderClassName
{
color: #AD4E4C;
}
.AnyTagClassName
{
color: #AD4E4C;
}
</style>
background-color css
<style>
a { background-color: #AD4E4C; }
a { background-color: rgb(173,78,76); }
div.DivClassName
{
background-color: #AD4E4C;
}
.BgClassName
{
background-color: #AD4E4C;
}
</style>
border-color css
<style>
span { border-color: #AD4E4C; }
span { border-color: rgb(173,78,76); }
td.TdClassName
{
border-color: #AD4E4C;
}
.TagClassName
{
border-color: #AD4E4C;
}
</style>