Shades of Apple Blossom #AA4D4B
Tints of Apple Blossom #AA4D4B
RGB
CMYK
RGB Variations
Color information
#AA4D4B (or 0xAA4D4B) is known color: Apple Blossom. HEX triplet: AA, 4D and 4B. RGB value is (170,77,75). Sum of RGB (Red+Green+Blue) = 170+77+75=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D4B is #55B2B4. Grayscale: #686868. Windows color (decimal): -5616309 or 4935082. OLE color: 4935082.
HSL color Cylindrical-coordinate representation of color #AA4D4B: hue angle of 1.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4D4B is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 75 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.33 |
| HSL | 1.26º | 0.39% | 0.48% | - |
| HSV(B) | 1.26º | 0.56% | 0.67% | - |
| XYZ | 20.5 | 14.36 | 8.35 | - |
| YUV | 104.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 75 | 0 | 0.55 | 0.56 | 0.33 | 1.26 | 0.39 | 0.48 |
| Hex | AA | 4D | 4B | 0 | 37 | 38 | 21 | 1 | 27 | 30 |
| Octal | 252 | 115 | 113 | 0 | 67 | 70 | 41 | 1 | 47 | 60 |
| Binary | 10101010 | 1001101 | 1001011 | 0 | 110111 | 111000 | 100001 | 1 | 100111 | 110000 |
Color Harmonies of #AA4D4B
Complementary color
Monochromatic Colors of #AA4D4B
Black with #AA4D4B
Text Example
Text Example
White with #AA4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D4B; }
p { color: rgb(170,77,75); }
H1.HeaderClassName
{
color: #AA4D4B;
}
.AnyTagClassName
{
color: #AA4D4B;
}
</style>
background-color css
<style>
a { background-color: #AA4D4B; }
a { background-color: rgb(170,77,75); }
div.DivClassName
{
background-color: #AA4D4B;
}
.BgClassName
{
background-color: #AA4D4B;
}
</style>
border-color css
<style>
span { border-color: #AA4D4B; }
span { border-color: rgb(170,77,75); }
td.TdClassName
{
border-color: #AA4D4B;
}
.TagClassName
{
border-color: #AA4D4B;
}
</style>