Shades of Apple Blossom #AA4D3E
Tints of Apple Blossom #AA4D3E
RGB
CMYK
RGB Variations
Color information
#AA4D3E (or 0xAA4D3E) is known color: Apple Blossom. HEX triplet: AA, 4D and 3E. RGB value is (170,77,62). Sum of RGB (Red+Green+Blue) = 170+77+62=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D3E is #55B2C1. Grayscale: #676767. Windows color (decimal): -5616322 or 4083114. OLE color: 4083114.
HSL color Cylindrical-coordinate representation of color #AA4D3E: hue angle of 8.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4D3E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 62 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.33 |
| HSL | 8.33º | 0.47% | 0.45% | - |
| HSV(B) | 8.33º | 0.64% | 0.67% | - |
| XYZ | 20.1 | 14.2 | 6.24 | - |
| YUV | 103.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 62 | 0 | 0.55 | 0.64 | 0.33 | 8.33 | 0.47 | 0.45 |
| Hex | AA | 4D | 3E | 0 | 37 | 40 | 21 | 8 | 2F | 2D |
| Octal | 252 | 115 | 76 | 0 | 67 | 100 | 41 | 10 | 57 | 55 |
| Binary | 10101010 | 1001101 | 111110 | 0 | 110111 | 1000000 | 100001 | 1000 | 101111 | 101101 |
Color Harmonies of #AA4D3E
Complementary color
Monochromatic Colors of #AA4D3E
Black with #AA4D3E
Text Example
Text Example
White with #AA4D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D3E; }
p { color: rgb(170,77,62); }
H1.HeaderClassName
{
color: #AA4D3E;
}
.AnyTagClassName
{
color: #AA4D3E;
}
</style>
background-color css
<style>
a { background-color: #AA4D3E; }
a { background-color: rgb(170,77,62); }
div.DivClassName
{
background-color: #AA4D3E;
}
.BgClassName
{
background-color: #AA4D3E;
}
</style>
border-color css
<style>
span { border-color: #AA4D3E; }
span { border-color: rgb(170,77,62); }
td.TdClassName
{
border-color: #AA4D3E;
}
.TagClassName
{
border-color: #AA4D3E;
}
</style>