Shades of Apple Blossom #AD4C4A
Tints of Apple Blossom #AD4C4A
RGB
CMYK
RGB Variations
Color information
#AD4C4A (or 0xAD4C4A) is known color: Apple Blossom. HEX triplet: AD, 4C and 4A. RGB value is (173,76,74). Sum of RGB (Red+Green+Blue) = 173+76+74=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C4A is #52B3B5. Grayscale: #686868. Windows color (decimal): -5419958 or 4869293. OLE color: 4869293.
HSL color Cylindrical-coordinate representation of color #AD4C4A: hue angle of 1.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4C4A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 74 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.32 |
| HSL | 1.21º | 0.4% | 0.48% | - |
| HSV(B) | 1.21º | 0.57% | 0.68% | - |
| XYZ | 21.05 | 14.55 | 8.18 | - |
| YUV | 104.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 74 | 0 | 0.56 | 0.57 | 0.32 | 1.21 | 0.4 | 0.48 |
| Hex | AD | 4C | 4A | 0 | 38 | 39 | 20 | 1 | 28 | 30 |
| Octal | 255 | 114 | 112 | 0 | 70 | 71 | 40 | 1 | 50 | 60 |
| Binary | 10101101 | 1001100 | 1001010 | 0 | 111000 | 111001 | 100000 | 1 | 101000 | 110000 |
Color Harmonies of #AD4C4A
Complementary color
Monochromatic Colors of #AD4C4A
Black with #AD4C4A
Text Example
Text Example
White with #AD4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C4A; }
p { color: rgb(173,76,74); }
H1.HeaderClassName
{
color: #AD4C4A;
}
.AnyTagClassName
{
color: #AD4C4A;
}
</style>
background-color css
<style>
a { background-color: #AD4C4A; }
a { background-color: rgb(173,76,74); }
div.DivClassName
{
background-color: #AD4C4A;
}
.BgClassName
{
background-color: #AD4C4A;
}
</style>
border-color css
<style>
span { border-color: #AD4C4A; }
span { border-color: rgb(173,76,74); }
td.TdClassName
{
border-color: #AD4C4A;
}
.TagClassName
{
border-color: #AD4C4A;
}
</style>