Shades of Apple Blossom #AD4D4C
Tints of Apple Blossom #AD4D4C
RGB
CMYK
RGB Variations
Color information
#AD4D4C (or 0xAD4D4C) is known color: Apple Blossom. HEX triplet: AD, 4D and 4C. RGB value is (173,77,76). Sum of RGB (Red+Green+Blue) = 173+77+76=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D4C is #52B2B3. Grayscale: #696969. Windows color (decimal): -5419700 or 5000621. OLE color: 5000621.
HSL color Cylindrical-coordinate representation of color #AD4D4C: hue angle of 0.62º 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 #AD4D4C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 76 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.32 |
| HSL | 0.62º | 0.39% | 0.49% | - |
| HSV(B) | 0.62º | 0.56% | 0.68% | - |
| XYZ | 21.19 | 14.71 | 8.56 | - |
| YUV | 105.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 76 | 0 | 0.55 | 0.56 | 0.32 | 0.62 | 0.39 | 0.49 |
| Hex | AD | 4D | 4C | 0 | 37 | 38 | 20 | 1 | 27 | 31 |
| Octal | 255 | 115 | 114 | 0 | 67 | 70 | 40 | 1 | 47 | 61 |
| Binary | 10101101 | 1001101 | 1001100 | 0 | 110111 | 111000 | 100000 | 1 | 100111 | 110001 |
Color Harmonies of #AD4D4C
Complementary color
Monochromatic Colors of #AD4D4C
Black with #AD4D4C
Text Example
Text Example
White with #AD4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D4C; }
p { color: rgb(173,77,76); }
H1.HeaderClassName
{
color: #AD4D4C;
}
.AnyTagClassName
{
color: #AD4D4C;
}
</style>
background-color css
<style>
a { background-color: #AD4D4C; }
a { background-color: rgb(173,77,76); }
div.DivClassName
{
background-color: #AD4D4C;
}
.BgClassName
{
background-color: #AD4D4C;
}
</style>
border-color css
<style>
span { border-color: #AD4D4C; }
span { border-color: rgb(173,77,76); }
td.TdClassName
{
border-color: #AD4D4C;
}
.TagClassName
{
border-color: #AD4D4C;
}
</style>