Shades of Coral Tree #AD675B
Tints of Coral Tree #AD675B
RGB
CMYK
RGB Variations
Color information
#AD675B (or 0xAD675B) is known color: Coral Tree. HEX triplet: AD, 67 and 5B. RGB value is (173,103,91). Sum of RGB (Red+Green+Blue) = 173+103+91=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD675B is #5298A4. Grayscale: #7A7A7A. Windows color (decimal): -5413029 or 5990317. OLE color: 5990317.
HSL color Cylindrical-coordinate representation of color #AD675B: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD675B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 91 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.32 |
| HSL | 8.78º | 0.33% | 0.52% | - |
| HSV(B) | 8.78º | 0.47% | 0.68% | - |
| XYZ | 23.97 | 19.34 | 12.37 | - |
| YUV | 122.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 91 | 0 | 0.40 | 0.47 | 0.32 | 8.78 | 0.33 | 0.52 |
| Hex | AD | 67 | 5B | 0 | 28 | 2F | 20 | 9 | 21 | 34 |
| Octal | 255 | 147 | 133 | 0 | 50 | 57 | 40 | 11 | 41 | 64 |
| Binary | 10101101 | 1100111 | 1011011 | 0 | 101000 | 101111 | 100000 | 1001 | 100001 | 110100 |
Color Harmonies of #AD675B
Complementary color
Monochromatic Colors of #AD675B
Black with #AD675B
Text Example
Text Example
White with #AD675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD675B; }
p { color: rgb(173,103,91); }
H1.HeaderClassName
{
color: #AD675B;
}
.AnyTagClassName
{
color: #AD675B;
}
</style>
background-color css
<style>
a { background-color: #AD675B; }
a { background-color: rgb(173,103,91); }
div.DivClassName
{
background-color: #AD675B;
}
.BgClassName
{
background-color: #AD675B;
}
</style>
border-color css
<style>
span { border-color: #AD675B; }
span { border-color: rgb(173,103,91); }
td.TdClassName
{
border-color: #AD675B;
}
.TagClassName
{
border-color: #AD675B;
}
</style>