Shades of Apple Blossom #AD4B40
Tints of Apple Blossom #AD4B40
RGB
CMYK
RGB Variations
Color information
#AD4B40 (or 0xAD4B40) is known color: Apple Blossom. HEX triplet: AD, 4B and 40. RGB value is (173,75,64). Sum of RGB (Red+Green+Blue) = 173+75+64=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B40 is #52B4BF. Grayscale: #676767. Windows color (decimal): -5420224 or 4213677. OLE color: 4213677.
HSL color Cylindrical-coordinate representation of color #AD4B40: hue angle of 6.06º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4B40 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 64 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.32 |
| HSL | 6.06º | 0.46% | 0.46% | - |
| HSV(B) | 6.06º | 0.63% | 0.68% | - |
| XYZ | 20.68 | 14.29 | 6.52 | - |
| YUV | 103.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 64 | 0 | 0.57 | 0.63 | 0.32 | 6.06 | 0.46 | 0.46 |
| Hex | AD | 4B | 40 | 0 | 39 | 3F | 20 | 6 | 2E | 2E |
| Octal | 255 | 113 | 100 | 0 | 71 | 77 | 40 | 6 | 56 | 56 |
| Binary | 10101101 | 1001011 | 1000000 | 0 | 111001 | 111111 | 100000 | 110 | 101110 | 101110 |
Color Harmonies of #AD4B40
Complementary color
Monochromatic Colors of #AD4B40
Black with #AD4B40
Text Example
Text Example
White with #AD4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B40; }
p { color: rgb(173,75,64); }
H1.HeaderClassName
{
color: #AD4B40;
}
.AnyTagClassName
{
color: #AD4B40;
}
</style>
background-color css
<style>
a { background-color: #AD4B40; }
a { background-color: rgb(173,75,64); }
div.DivClassName
{
background-color: #AD4B40;
}
.BgClassName
{
background-color: #AD4B40;
}
</style>
border-color css
<style>
span { border-color: #AD4B40; }
span { border-color: rgb(173,75,64); }
td.TdClassName
{
border-color: #AD4B40;
}
.TagClassName
{
border-color: #AD4B40;
}
</style>