Shades of Apple Blossom #AA504B
Tints of Apple Blossom #AA504B
RGB
CMYK
RGB Variations
Color information
#AA504B (or 0xAA504B) is known color: Apple Blossom. HEX triplet: AA, 50 and 4B. RGB value is (170,80,75). Sum of RGB (Red+Green+Blue) = 170+80+75=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA504B is #55AFB4. Grayscale: #6A6A6A. Windows color (decimal): -5615541 or 4935850. OLE color: 4935850.
HSL color Cylindrical-coordinate representation of color #AA504B: hue angle of 3.16º 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 #AA504B is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 75 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.33 |
| HSL | 3.16º | 0.39% | 0.48% | - |
| HSV(B) | 3.16º | 0.56% | 0.67% | - |
| XYZ | 20.72 | 14.79 | 8.42 | - |
| YUV | 106.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 75 | 0 | 0.53 | 0.56 | 0.33 | 3.16 | 0.39 | 0.48 |
| Hex | AA | 50 | 4B | 0 | 35 | 38 | 21 | 3 | 27 | 30 |
| Octal | 252 | 120 | 113 | 0 | 65 | 70 | 41 | 3 | 47 | 60 |
| Binary | 10101010 | 1010000 | 1001011 | 0 | 110101 | 111000 | 100001 | 11 | 100111 | 110000 |
Color Harmonies of #AA504B
Complementary color
Monochromatic Colors of #AA504B
Black with #AA504B
Text Example
Text Example
White with #AA504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA504B; }
p { color: rgb(170,80,75); }
H1.HeaderClassName
{
color: #AA504B;
}
.AnyTagClassName
{
color: #AA504B;
}
</style>
background-color css
<style>
a { background-color: #AA504B; }
a { background-color: rgb(170,80,75); }
div.DivClassName
{
background-color: #AA504B;
}
.BgClassName
{
background-color: #AA504B;
}
</style>
border-color css
<style>
span { border-color: #AA504B; }
span { border-color: rgb(170,80,75); }
td.TdClassName
{
border-color: #AA504B;
}
.TagClassName
{
border-color: #AA504B;
}
</style>