Shades of Apple Blossom #AA5753
Tints of Apple Blossom #AA5753
RGB
CMYK
RGB Variations
Color information
#AA5753 (or 0xAA5753) is known color: Apple Blossom. HEX triplet: AA, 57 and 53. RGB value is (170,87,83). Sum of RGB (Red+Green+Blue) = 170+87+83=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5753 is #55A8AC. Grayscale: #6F6F6F. Windows color (decimal): -5613741 or 5461930. OLE color: 5461930.
HSL color Cylindrical-coordinate representation of color #AA5753: hue angle of 2.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5753 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 83 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 2.76º | 0.34% | 0.5% | - |
| HSV(B) | 2.76º | 0.51% | 0.67% | - |
| XYZ | 21.55 | 15.99 | 10.13 | - |
| YUV | 111.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 83 | 0 | 0.49 | 0.51 | 0.33 | 2.76 | 0.34 | 0.5 |
| Hex | AA | 57 | 53 | 0 | 31 | 33 | 21 | 3 | 22 | 32 |
| Octal | 252 | 127 | 123 | 0 | 61 | 63 | 41 | 3 | 42 | 62 |
| Binary | 10101010 | 1010111 | 1010011 | 0 | 110001 | 110011 | 100001 | 11 | 100010 | 110010 |
Color Harmonies of #AA5753
Complementary color
Monochromatic Colors of #AA5753
Black with #AA5753
Text Example
Text Example
White with #AA5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5753; }
p { color: rgb(170,87,83); }
H1.HeaderClassName
{
color: #AA5753;
}
.AnyTagClassName
{
color: #AA5753;
}
</style>
background-color css
<style>
a { background-color: #AA5753; }
a { background-color: rgb(170,87,83); }
div.DivClassName
{
background-color: #AA5753;
}
.BgClassName
{
background-color: #AA5753;
}
</style>
border-color css
<style>
span { border-color: #AA5753; }
span { border-color: rgb(170,87,83); }
td.TdClassName
{
border-color: #AA5753;
}
.TagClassName
{
border-color: #AA5753;
}
</style>