Shades of Coral Tree #AA675D
Tints of Coral Tree #AA675D
RGB
CMYK
RGB Variations
Color information
#AA675D (or 0xAA675D) is known color: Coral Tree. HEX triplet: AA, 67 and 5D. RGB value is (170,103,93). Sum of RGB (Red+Green+Blue) = 170+103+93=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675D is #5598A2. Grayscale: #7A7A7A. Windows color (decimal): -5609635 or 6121386. OLE color: 6121386.
HSL color Cylindrical-coordinate representation of color #AA675D: hue angle of 7.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA675D is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 93 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.33 |
| HSL | 7.79º | 0.31% | 0.52% | - |
| HSV(B) | 7.79º | 0.45% | 0.67% | - |
| XYZ | 23.4 | 19.04 | 12.8 | - |
| YUV | 121.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 93 | 0 | 0.39 | 0.45 | 0.33 | 7.79 | 0.31 | 0.52 |
| Hex | AA | 67 | 5D | 0 | 27 | 2D | 21 | 8 | 1F | 34 |
| Octal | 252 | 147 | 135 | 0 | 47 | 55 | 41 | 10 | 37 | 64 |
| Binary | 10101010 | 1100111 | 1011101 | 0 | 100111 | 101101 | 100001 | 1000 | 11111 | 110100 |
Color Harmonies of #AA675D
Complementary color
Monochromatic Colors of #AA675D
Black with #AA675D
Text Example
Text Example
White with #AA675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA675D; }
p { color: rgb(170,103,93); }
H1.HeaderClassName
{
color: #AA675D;
}
.AnyTagClassName
{
color: #AA675D;
}
</style>
background-color css
<style>
a { background-color: #AA675D; }
a { background-color: rgb(170,103,93); }
div.DivClassName
{
background-color: #AA675D;
}
.BgClassName
{
background-color: #AA675D;
}
</style>
border-color css
<style>
span { border-color: #AA675D; }
span { border-color: rgb(170,103,93); }
td.TdClassName
{
border-color: #AA675D;
}
.TagClassName
{
border-color: #AA675D;
}
</style>