Shades of Apple Blossom #AA5345
Tints of Apple Blossom #AA5345
RGB
CMYK
RGB Variations
Color information
#AA5345 (or 0xAA5345) is known color: Apple Blossom. HEX triplet: AA, 53 and 45. RGB value is (170,83,69). Sum of RGB (Red+Green+Blue) = 170+83+69=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5345 is #55ACBA. Grayscale: #6B6B6B. Windows color (decimal): -5614779 or 4543402. OLE color: 4543402.
HSL color Cylindrical-coordinate representation of color #AA5345: hue angle of 8.32º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5345 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 69 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.33 |
| HSL | 8.32º | 0.42% | 0.47% | - |
| HSV(B) | 8.32º | 0.59% | 0.67% | - |
| XYZ | 20.75 | 15.16 | 7.46 | - |
| YUV | 107.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 69 | 0 | 0.51 | 0.59 | 0.33 | 8.32 | 0.42 | 0.47 |
| Hex | AA | 53 | 45 | 0 | 33 | 3B | 21 | 8 | 2A | 2F |
| Octal | 252 | 123 | 105 | 0 | 63 | 73 | 41 | 10 | 52 | 57 |
| Binary | 10101010 | 1010011 | 1000101 | 0 | 110011 | 111011 | 100001 | 1000 | 101010 | 101111 |
Color Harmonies of #AA5345
Complementary color
Monochromatic Colors of #AA5345
Black with #AA5345
Text Example
Text Example
White with #AA5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5345; }
p { color: rgb(170,83,69); }
H1.HeaderClassName
{
color: #AA5345;
}
.AnyTagClassName
{
color: #AA5345;
}
</style>
background-color css
<style>
a { background-color: #AA5345; }
a { background-color: rgb(170,83,69); }
div.DivClassName
{
background-color: #AA5345;
}
.BgClassName
{
background-color: #AA5345;
}
</style>
border-color css
<style>
span { border-color: #AA5345; }
span { border-color: rgb(170,83,69); }
td.TdClassName
{
border-color: #AA5345;
}
.TagClassName
{
border-color: #AA5345;
}
</style>