Shades of Coral Tree #AA7574
Tints of Coral Tree #AA7574
RGB
CMYK
RGB Variations
Color information
#AA7574 (or 0xAA7574) is known color: Coral Tree. HEX triplet: AA, 75 and 74. RGB value is (170,117,116). Sum of RGB (Red+Green+Blue) = 170+117+116=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7574 is #558A8B. Grayscale: #848484. Windows color (decimal): -5606028 or 7632298. OLE color: 7632298.
HSL color Cylindrical-coordinate representation of color #AA7574: hue angle of 1.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7574 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 116 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.33 |
| HSL | 1.11º | 0.24% | 0.56% | - |
| HSV(B) | 1.11º | 0.32% | 0.67% | - |
| XYZ | 26.09 | 22.53 | 19.5 | - |
| YUV | 132.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 116 | 0 | 0.31 | 0.32 | 0.33 | 1.11 | 0.24 | 0.56 |
| Hex | AA | 75 | 74 | 0 | 1F | 20 | 21 | 1 | 18 | 38 |
| Octal | 252 | 165 | 164 | 0 | 37 | 40 | 41 | 1 | 30 | 70 |
| Binary | 10101010 | 1110101 | 1110100 | 0 | 11111 | 100000 | 100001 | 1 | 11000 | 111000 |
Color Harmonies of #AA7574
Complementary color
Monochromatic Colors of #AA7574
Black with #AA7574
Text Example
Text Example
White with #AA7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7574; }
p { color: rgb(170,117,116); }
H1.HeaderClassName
{
color: #AA7574;
}
.AnyTagClassName
{
color: #AA7574;
}
</style>
background-color css
<style>
a { background-color: #AA7574; }
a { background-color: rgb(170,117,116); }
div.DivClassName
{
background-color: #AA7574;
}
.BgClassName
{
background-color: #AA7574;
}
</style>
border-color css
<style>
span { border-color: #AA7574; }
span { border-color: rgb(170,117,116); }
td.TdClassName
{
border-color: #AA7574;
}
.TagClassName
{
border-color: #AA7574;
}
</style>