Shades of Apple Blossom #AD4B3F
Tints of Apple Blossom #AD4B3F
RGB
CMYK
RGB Variations
Color information
#AD4B3F (or 0xAD4B3F) is known color: Apple Blossom. HEX triplet: AD, 4B and 3F. RGB value is (173,75,63). Sum of RGB (Red+Green+Blue) = 173+75+63=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B3F is #52B4C0. Grayscale: #676767. Windows color (decimal): -5420225 or 4148141. OLE color: 4148141.
HSL color Cylindrical-coordinate representation of color #AD4B3F: hue angle of 6.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4B3F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 63 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.32 |
| HSL | 6.55º | 0.47% | 0.46% | - |
| HSV(B) | 6.55º | 0.64% | 0.68% | - |
| XYZ | 20.65 | 14.28 | 6.37 | - |
| YUV | 102.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 63 | 0 | 0.57 | 0.64 | 0.32 | 6.55 | 0.47 | 0.46 |
| Hex | AD | 4B | 3F | 0 | 39 | 40 | 20 | 7 | 2F | 2E |
| Octal | 255 | 113 | 77 | 0 | 71 | 100 | 40 | 7 | 57 | 56 |
| Binary | 10101101 | 1001011 | 111111 | 0 | 111001 | 1000000 | 100000 | 111 | 101111 | 101110 |
Color Harmonies of #AD4B3F
Complementary color
Monochromatic Colors of #AD4B3F
Black with #AD4B3F
Text Example
Text Example
White with #AD4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B3F; }
p { color: rgb(173,75,63); }
H1.HeaderClassName
{
color: #AD4B3F;
}
.AnyTagClassName
{
color: #AD4B3F;
}
</style>
background-color css
<style>
a { background-color: #AD4B3F; }
a { background-color: rgb(173,75,63); }
div.DivClassName
{
background-color: #AD4B3F;
}
.BgClassName
{
background-color: #AD4B3F;
}
</style>
border-color css
<style>
span { border-color: #AD4B3F; }
span { border-color: rgb(173,75,63); }
td.TdClassName
{
border-color: #AD4B3F;
}
.TagClassName
{
border-color: #AD4B3F;
}
</style>