Shades of Apple Blossom #AA4C40
Tints of Apple Blossom #AA4C40
RGB
CMYK
RGB Variations
Color information
#AA4C40 (or 0xAA4C40) is known color: Apple Blossom. HEX triplet: AA, 4C and 40. RGB value is (170,76,64). Sum of RGB (Red+Green+Blue) = 170+76+64=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C40 is #55B3BF. Grayscale: #666666. Windows color (decimal): -5616576 or 4213930. OLE color: 4213930.
HSL color Cylindrical-coordinate representation of color #AA4C40: hue angle of 6.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4C40 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 64 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.33 |
| HSL | 6.79º | 0.45% | 0.46% | - |
| HSV(B) | 6.79º | 0.62% | 0.67% | - |
| XYZ | 20.09 | 14.09 | 6.51 | - |
| YUV | 102.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 64 | 0 | 0.55 | 0.62 | 0.33 | 6.79 | 0.45 | 0.46 |
| Hex | AA | 4C | 40 | 0 | 37 | 3E | 21 | 7 | 2D | 2E |
| Octal | 252 | 114 | 100 | 0 | 67 | 76 | 41 | 7 | 55 | 56 |
| Binary | 10101010 | 1001100 | 1000000 | 0 | 110111 | 111110 | 100001 | 111 | 101101 | 101110 |
Color Harmonies of #AA4C40
Complementary color
Monochromatic Colors of #AA4C40
Black with #AA4C40
Text Example
Text Example
White with #AA4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C40; }
p { color: rgb(170,76,64); }
H1.HeaderClassName
{
color: #AA4C40;
}
.AnyTagClassName
{
color: #AA4C40;
}
</style>
background-color css
<style>
a { background-color: #AA4C40; }
a { background-color: rgb(170,76,64); }
div.DivClassName
{
background-color: #AA4C40;
}
.BgClassName
{
background-color: #AA4C40;
}
</style>
border-color css
<style>
span { border-color: #AA4C40; }
span { border-color: rgb(170,76,64); }
td.TdClassName
{
border-color: #AA4C40;
}
.TagClassName
{
border-color: #AA4C40;
}
</style>