Shades of Apple Blossom #AA5346
Tints of Apple Blossom #AA5346
RGB
CMYK
RGB Variations
Color information
#AA5346 (or 0xAA5346) is known color: Apple Blossom. HEX triplet: AA, 53 and 46. RGB value is (170,83,70). Sum of RGB (Red+Green+Blue) = 170+83+70=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5346 is #55ACB9. Grayscale: #6B6B6B. Windows color (decimal): -5614778 or 4608938. OLE color: 4608938.
HSL color Cylindrical-coordinate representation of color #AA5346: hue angle of 7.8º 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 #AA5346 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 70 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.33 |
| HSL | 7.8º | 0.42% | 0.47% | - |
| HSV(B) | 7.8º | 0.59% | 0.67% | - |
| XYZ | 20.78 | 15.17 | 7.63 | - |
| YUV | 107.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 70 | 0 | 0.51 | 0.59 | 0.33 | 7.8 | 0.42 | 0.47 |
| Hex | AA | 53 | 46 | 0 | 33 | 3B | 21 | 8 | 2A | 2F |
| Octal | 252 | 123 | 106 | 0 | 63 | 73 | 41 | 10 | 52 | 57 |
| Binary | 10101010 | 1010011 | 1000110 | 0 | 110011 | 111011 | 100001 | 1000 | 101010 | 101111 |
Color Harmonies of #AA5346
Complementary color
Monochromatic Colors of #AA5346
Black with #AA5346
Text Example
Text Example
White with #AA5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5346; }
p { color: rgb(170,83,70); }
H1.HeaderClassName
{
color: #AA5346;
}
.AnyTagClassName
{
color: #AA5346;
}
</style>
background-color css
<style>
a { background-color: #AA5346; }
a { background-color: rgb(170,83,70); }
div.DivClassName
{
background-color: #AA5346;
}
.BgClassName
{
background-color: #AA5346;
}
</style>
border-color css
<style>
span { border-color: #AA5346; }
span { border-color: rgb(170,83,70); }
td.TdClassName
{
border-color: #AA5346;
}
.TagClassName
{
border-color: #AA5346;
}
</style>