Shades of Apple Blossom #AD4A44
Tints of Apple Blossom #AD4A44
RGB
CMYK
RGB Variations
Color information
#AD4A44 (or 0xAD4A44) is known color: Apple Blossom. HEX triplet: AD, 4A and 44. RGB value is (173,74,68). Sum of RGB (Red+Green+Blue) = 173+74+68=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A44 is #52B5BB. Grayscale: #676767. Windows color (decimal): -5420476 or 4475565. OLE color: 4475565.
HSL color Cylindrical-coordinate representation of color #AD4A44: hue angle of 3.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4A44 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 68 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.32 |
| HSL | 3.43º | 0.44% | 0.47% | - |
| HSV(B) | 3.43º | 0.61% | 0.68% | - |
| XYZ | 20.73 | 14.2 | 7.12 | - |
| YUV | 102.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 68 | 0 | 0.57 | 0.61 | 0.32 | 3.43 | 0.44 | 0.47 |
| Hex | AD | 4A | 44 | 0 | 39 | 3D | 20 | 3 | 2C | 2F |
| Octal | 255 | 112 | 104 | 0 | 71 | 75 | 40 | 3 | 54 | 57 |
| Binary | 10101101 | 1001010 | 1000100 | 0 | 111001 | 111101 | 100000 | 11 | 101100 | 101111 |
Color Harmonies of #AD4A44
Complementary color
Monochromatic Colors of #AD4A44
Black with #AD4A44
Text Example
Text Example
White with #AD4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A44; }
p { color: rgb(173,74,68); }
H1.HeaderClassName
{
color: #AD4A44;
}
.AnyTagClassName
{
color: #AD4A44;
}
</style>
background-color css
<style>
a { background-color: #AD4A44; }
a { background-color: rgb(173,74,68); }
div.DivClassName
{
background-color: #AD4A44;
}
.BgClassName
{
background-color: #AD4A44;
}
</style>
border-color css
<style>
span { border-color: #AD4A44; }
span { border-color: rgb(173,74,68); }
td.TdClassName
{
border-color: #AD4A44;
}
.TagClassName
{
border-color: #AD4A44;
}
</style>