Shades of Coral Tree #AD675F
Tints of Coral Tree #AD675F
RGB
CMYK
RGB Variations
Color information
#AD675F (or 0xAD675F) is known color: Coral Tree. HEX triplet: AD, 67 and 5F. RGB value is (173,103,95). Sum of RGB (Red+Green+Blue) = 173+103+95=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD675F is #5298A0. Grayscale: #7B7B7B. Windows color (decimal): -5413025 or 6252461. OLE color: 6252461.
HSL color Cylindrical-coordinate representation of color #AD675F: hue angle of 6.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD675F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 95 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.32 |
| HSL | 6.15º | 0.32% | 0.53% | - |
| HSV(B) | 6.15º | 0.45% | 0.68% | - |
| XYZ | 24.15 | 19.41 | 13.3 | - |
| YUV | 123.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 95 | 0 | 0.40 | 0.45 | 0.32 | 6.15 | 0.32 | 0.53 |
| Hex | AD | 67 | 5F | 0 | 28 | 2D | 20 | 6 | 20 | 35 |
| Octal | 255 | 147 | 137 | 0 | 50 | 55 | 40 | 6 | 40 | 65 |
| Binary | 10101101 | 1100111 | 1011111 | 0 | 101000 | 101101 | 100000 | 110 | 100000 | 110101 |
Color Harmonies of #AD675F
Complementary color
Monochromatic Colors of #AD675F
Black with #AD675F
Text Example
Text Example
White with #AD675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD675F; }
p { color: rgb(173,103,95); }
H1.HeaderClassName
{
color: #AD675F;
}
.AnyTagClassName
{
color: #AD675F;
}
</style>
background-color css
<style>
a { background-color: #AD675F; }
a { background-color: rgb(173,103,95); }
div.DivClassName
{
background-color: #AD675F;
}
.BgClassName
{
background-color: #AD675F;
}
</style>
border-color css
<style>
span { border-color: #AD675F; }
span { border-color: rgb(173,103,95); }
td.TdClassName
{
border-color: #AD675F;
}
.TagClassName
{
border-color: #AD675F;
}
</style>