Shades of Apple Blossom #AA4C48
Tints of Apple Blossom #AA4C48
RGB
CMYK
RGB Variations
Color information
#AA4C48 (or 0xAA4C48) is known color: Apple Blossom. HEX triplet: AA, 4C and 48. RGB value is (170,76,72). Sum of RGB (Red+Green+Blue) = 170+76+72=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C48 is #55B3B7. Grayscale: #676767. Windows color (decimal): -5616568 or 4738218. OLE color: 4738218.
HSL color Cylindrical-coordinate representation of color #AA4C48: hue angle of 2.45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4C48 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 72 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.33 |
| HSL | 2.45º | 0.4% | 0.47% | - |
| HSV(B) | 2.45º | 0.58% | 0.67% | - |
| XYZ | 20.33 | 14.18 | 7.8 | - |
| YUV | 103.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 72 | 0 | 0.55 | 0.58 | 0.33 | 2.45 | 0.4 | 0.47 |
| Hex | AA | 4C | 48 | 0 | 37 | 3A | 21 | 2 | 28 | 2F |
| Octal | 252 | 114 | 110 | 0 | 67 | 72 | 41 | 2 | 50 | 57 |
| Binary | 10101010 | 1001100 | 1001000 | 0 | 110111 | 111010 | 100001 | 10 | 101000 | 101111 |
Color Harmonies of #AA4C48
Complementary color
Monochromatic Colors of #AA4C48
Black with #AA4C48
Text Example
Text Example
White with #AA4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C48; }
p { color: rgb(170,76,72); }
H1.HeaderClassName
{
color: #AA4C48;
}
.AnyTagClassName
{
color: #AA4C48;
}
</style>
background-color css
<style>
a { background-color: #AA4C48; }
a { background-color: rgb(170,76,72); }
div.DivClassName
{
background-color: #AA4C48;
}
.BgClassName
{
background-color: #AA4C48;
}
</style>
border-color css
<style>
span { border-color: #AA4C48; }
span { border-color: rgb(170,76,72); }
td.TdClassName
{
border-color: #AA4C48;
}
.TagClassName
{
border-color: #AA4C48;
}
</style>