Shades of Apple Blossom #AA5750
Tints of Apple Blossom #AA5750
RGB
CMYK
RGB Variations
Color information
#AA5750 (or 0xAA5750) is known color: Apple Blossom. HEX triplet: AA, 57 and 50. RGB value is (170,87,80). Sum of RGB (Red+Green+Blue) = 170+87+80=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5750 is #55A8AF. Grayscale: #6F6F6F. Windows color (decimal): -5613744 or 5265322. OLE color: 5265322.
HSL color Cylindrical-coordinate representation of color #AA5750: hue angle of 4.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5750 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 80 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.33 |
| HSL | 4.67º | 0.36% | 0.49% | - |
| HSV(B) | 4.67º | 0.53% | 0.67% | - |
| XYZ | 21.43 | 15.94 | 9.54 | - |
| YUV | 111.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 80 | 0 | 0.49 | 0.53 | 0.33 | 4.67 | 0.36 | 0.49 |
| Hex | AA | 57 | 50 | 0 | 31 | 35 | 21 | 5 | 24 | 31 |
| Octal | 252 | 127 | 120 | 0 | 61 | 65 | 41 | 5 | 44 | 61 |
| Binary | 10101010 | 1010111 | 1010000 | 0 | 110001 | 110101 | 100001 | 101 | 100100 | 110001 |
Color Harmonies of #AA5750
Complementary color
Monochromatic Colors of #AA5750
Black with #AA5750
Text Example
Text Example
White with #AA5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5750; }
p { color: rgb(170,87,80); }
H1.HeaderClassName
{
color: #AA5750;
}
.AnyTagClassName
{
color: #AA5750;
}
</style>
background-color css
<style>
a { background-color: #AA5750; }
a { background-color: rgb(170,87,80); }
div.DivClassName
{
background-color: #AA5750;
}
.BgClassName
{
background-color: #AA5750;
}
</style>
border-color css
<style>
span { border-color: #AA5750; }
span { border-color: rgb(170,87,80); }
td.TdClassName
{
border-color: #AA5750;
}
.TagClassName
{
border-color: #AA5750;
}
</style>