Shades of Coral Tree #AA675F
Tints of Coral Tree #AA675F
RGB
CMYK
RGB Variations
Color information
#AA675F (or 0xAA675F) is known color: Coral Tree. HEX triplet: AA, 67 and 5F. RGB value is (170,103,95). Sum of RGB (Red+Green+Blue) = 170+103+95=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA675F is #5598A0. Grayscale: #7A7A7A. Windows color (decimal): -5609633 or 6252458. OLE color: 6252458.
HSL color Cylindrical-coordinate representation of color #AA675F: hue angle of 6.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA675F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 95 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.33 |
| HSL | 6.4º | 0.31% | 0.52% | - |
| HSV(B) | 6.4º | 0.44% | 0.67% | - |
| XYZ | 23.49 | 19.07 | 13.27 | - |
| YUV | 122.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 95 | 0 | 0.39 | 0.44 | 0.33 | 6.4 | 0.31 | 0.52 |
| Hex | AA | 67 | 5F | 0 | 27 | 2C | 21 | 6 | 1F | 34 |
| Octal | 252 | 147 | 137 | 0 | 47 | 54 | 41 | 6 | 37 | 64 |
| Binary | 10101010 | 1100111 | 1011111 | 0 | 100111 | 101100 | 100001 | 110 | 11111 | 110100 |
Color Harmonies of #AA675F
Complementary color
Monochromatic Colors of #AA675F
Black with #AA675F
Text Example
Text Example
White with #AA675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA675F; }
p { color: rgb(170,103,95); }
H1.HeaderClassName
{
color: #AA675F;
}
.AnyTagClassName
{
color: #AA675F;
}
</style>
background-color css
<style>
a { background-color: #AA675F; }
a { background-color: rgb(170,103,95); }
div.DivClassName
{
background-color: #AA675F;
}
.BgClassName
{
background-color: #AA675F;
}
</style>
border-color css
<style>
span { border-color: #AA675F; }
span { border-color: rgb(170,103,95); }
td.TdClassName
{
border-color: #AA675F;
}
.TagClassName
{
border-color: #AA675F;
}
</style>