Shades of Apple Blossom #AA4D3F
Tints of Apple Blossom #AA4D3F
RGB
CMYK
RGB Variations
Color information
#AA4D3F (or 0xAA4D3F) is known color: Apple Blossom. HEX triplet: AA, 4D and 3F. RGB value is (170,77,63). Sum of RGB (Red+Green+Blue) = 170+77+63=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D3F is #55B2C0. Grayscale: #676767. Windows color (decimal): -5616321 or 4148650. OLE color: 4148650.
HSL color Cylindrical-coordinate representation of color #AA4D3F: hue angle of 7.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA4D3F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 63 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.33 |
| HSL | 7.85º | 0.46% | 0.46% | - |
| HSV(B) | 7.85º | 0.63% | 0.67% | - |
| XYZ | 20.13 | 14.21 | 6.39 | - |
| YUV | 103.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 63 | 0 | 0.55 | 0.63 | 0.33 | 7.85 | 0.46 | 0.46 |
| Hex | AA | 4D | 3F | 0 | 37 | 3F | 21 | 8 | 2E | 2E |
| Octal | 252 | 115 | 77 | 0 | 67 | 77 | 41 | 10 | 56 | 56 |
| Binary | 10101010 | 1001101 | 111111 | 0 | 110111 | 111111 | 100001 | 1000 | 101110 | 101110 |
Color Harmonies of #AA4D3F
Complementary color
Monochromatic Colors of #AA4D3F
Black with #AA4D3F
Text Example
Text Example
White with #AA4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D3F; }
p { color: rgb(170,77,63); }
H1.HeaderClassName
{
color: #AA4D3F;
}
.AnyTagClassName
{
color: #AA4D3F;
}
</style>
background-color css
<style>
a { background-color: #AA4D3F; }
a { background-color: rgb(170,77,63); }
div.DivClassName
{
background-color: #AA4D3F;
}
.BgClassName
{
background-color: #AA4D3F;
}
</style>
border-color css
<style>
span { border-color: #AA4D3F; }
span { border-color: rgb(170,77,63); }
td.TdClassName
{
border-color: #AA4D3F;
}
.TagClassName
{
border-color: #AA4D3F;
}
</style>