Shades of Coral Tree #AA645C
Tints of Coral Tree #AA645C
RGB
CMYK
RGB Variations
Color information
#AA645C (or 0xAA645C) is known color: Coral Tree. HEX triplet: AA, 64 and 5C. RGB value is (170,100,92). Sum of RGB (Red+Green+Blue) = 170+100+92=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA645C is #559BA3. Grayscale: #787878. Windows color (decimal): -5610404 or 6055082. OLE color: 6055082.
HSL color Cylindrical-coordinate representation of color #AA645C: hue angle of 6.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA645C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 92 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.33 |
| HSL | 6.15º | 0.31% | 0.51% | - |
| HSV(B) | 6.15º | 0.46% | 0.67% | - |
| XYZ | 23.07 | 18.43 | 12.47 | - |
| YUV | 120.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 92 | 0 | 0.41 | 0.46 | 0.33 | 6.15 | 0.31 | 0.51 |
| Hex | AA | 64 | 5C | 0 | 29 | 2E | 21 | 6 | 1F | 33 |
| Octal | 252 | 144 | 134 | 0 | 51 | 56 | 41 | 6 | 37 | 63 |
| Binary | 10101010 | 1100100 | 1011100 | 0 | 101001 | 101110 | 100001 | 110 | 11111 | 110011 |
Color Harmonies of #AA645C
Complementary color
Monochromatic Colors of #AA645C
Black with #AA645C
Text Example
Text Example
White with #AA645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA645C; }
p { color: rgb(170,100,92); }
H1.HeaderClassName
{
color: #AA645C;
}
.AnyTagClassName
{
color: #AA645C;
}
</style>
background-color css
<style>
a { background-color: #AA645C; }
a { background-color: rgb(170,100,92); }
div.DivClassName
{
background-color: #AA645C;
}
.BgClassName
{
background-color: #AA645C;
}
</style>
border-color css
<style>
span { border-color: #AA645C; }
span { border-color: rgb(170,100,92); }
td.TdClassName
{
border-color: #AA645C;
}
.TagClassName
{
border-color: #AA645C;
}
</style>