Shades of Coral Tree #AA736C
Tints of Coral Tree #AA736C
RGB
CMYK
RGB Variations
Color information
#AA736C (or 0xAA736C) is known color: Coral Tree. HEX triplet: AA, 73 and 6C. RGB value is (170,115,108). Sum of RGB (Red+Green+Blue) = 170+115+108=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA736C is #558C93. Grayscale: #828282. Windows color (decimal): -5606548 or 7107498. OLE color: 7107498.
HSL color Cylindrical-coordinate representation of color #AA736C: hue angle of 6.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA736C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 108 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.33 |
| HSL | 6.77º | 0.27% | 0.55% | - |
| HSV(B) | 6.77º | 0.36% | 0.67% | - |
| XYZ | 25.42 | 21.89 | 17.07 | - |
| YUV | 130.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 108 | 0 | 0.32 | 0.36 | 0.33 | 6.77 | 0.27 | 0.55 |
| Hex | AA | 73 | 6C | 0 | 20 | 24 | 21 | 7 | 1B | 37 |
| Octal | 252 | 163 | 154 | 0 | 40 | 44 | 41 | 7 | 33 | 67 |
| Binary | 10101010 | 1110011 | 1101100 | 0 | 100000 | 100100 | 100001 | 111 | 11011 | 110111 |
Color Harmonies of #AA736C
Complementary color
Monochromatic Colors of #AA736C
Black with #AA736C
Text Example
Text Example
White with #AA736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA736C; }
p { color: rgb(170,115,108); }
H1.HeaderClassName
{
color: #AA736C;
}
.AnyTagClassName
{
color: #AA736C;
}
</style>
background-color css
<style>
a { background-color: #AA736C; }
a { background-color: rgb(170,115,108); }
div.DivClassName
{
background-color: #AA736C;
}
.BgClassName
{
background-color: #AA736C;
}
</style>
border-color css
<style>
span { border-color: #AA736C; }
span { border-color: rgb(170,115,108); }
td.TdClassName
{
border-color: #AA736C;
}
.TagClassName
{
border-color: #AA736C;
}
</style>