Shades of Apple Blossom #AA4A48
Tints of Apple Blossom #AA4A48
RGB
CMYK
RGB Variations
Color information
#AA4A48 (or 0xAA4A48) is known color: Apple Blossom. HEX triplet: AA, 4A and 48. RGB value is (170,74,72). Sum of RGB (Red+Green+Blue) = 170+74+72=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A48 is #55B5B7. Grayscale: #666666. Windows color (decimal): -5617080 or 4737706. OLE color: 4737706.
HSL color Cylindrical-coordinate representation of color #AA4A48: hue angle of 1.22º 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 #AA4A48 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 72 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.33 |
| HSL | 1.22º | 0.4% | 0.47% | - |
| HSV(B) | 1.22º | 0.58% | 0.67% | - |
| XYZ | 20.2 | 13.91 | 7.75 | - |
| YUV | 102.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 72 | 0 | 0.56 | 0.58 | 0.33 | 1.22 | 0.4 | 0.47 |
| Hex | AA | 4A | 48 | 0 | 38 | 3A | 21 | 1 | 28 | 2F |
| Octal | 252 | 112 | 110 | 0 | 70 | 72 | 41 | 1 | 50 | 57 |
| Binary | 10101010 | 1001010 | 1001000 | 0 | 111000 | 111010 | 100001 | 1 | 101000 | 101111 |
Color Harmonies of #AA4A48
Complementary color
Monochromatic Colors of #AA4A48
Black with #AA4A48
Text Example
Text Example
White with #AA4A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A48; }
p { color: rgb(170,74,72); }
H1.HeaderClassName
{
color: #AA4A48;
}
.AnyTagClassName
{
color: #AA4A48;
}
</style>
background-color css
<style>
a { background-color: #AA4A48; }
a { background-color: rgb(170,74,72); }
div.DivClassName
{
background-color: #AA4A48;
}
.BgClassName
{
background-color: #AA4A48;
}
</style>
border-color css
<style>
span { border-color: #AA4A48; }
span { border-color: rgb(170,74,72); }
td.TdClassName
{
border-color: #AA4A48;
}
.TagClassName
{
border-color: #AA4A48;
}
</style>