Shades of Coral Tree #AD665B
Tints of Coral Tree #AD665B
RGB
CMYK
RGB Variations
Color information
#AD665B (or 0xAD665B) is known color: Coral Tree. HEX triplet: AD, 66 and 5B. RGB value is (173,102,91). Sum of RGB (Red+Green+Blue) = 173+102+91=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665B is #5299A4. Grayscale: #7A7A7A. Windows color (decimal): -5413285 or 5990061. OLE color: 5990061.
HSL color Cylindrical-coordinate representation of color #AD665B: hue angle of 8.05º 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 #AD665B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 91 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.32 |
| HSL | 8.05º | 0.33% | 0.52% | - |
| HSV(B) | 8.05º | 0.47% | 0.68% | - |
| XYZ | 23.87 | 19.14 | 12.33 | - |
| YUV | 121.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 91 | 0 | 0.41 | 0.47 | 0.32 | 8.05 | 0.33 | 0.52 |
| Hex | AD | 66 | 5B | 0 | 29 | 2F | 20 | 8 | 21 | 34 |
| Octal | 255 | 146 | 133 | 0 | 51 | 57 | 40 | 10 | 41 | 64 |
| Binary | 10101101 | 1100110 | 1011011 | 0 | 101001 | 101111 | 100000 | 1000 | 100001 | 110100 |
Color Harmonies of #AD665B
Complementary color
Monochromatic Colors of #AD665B
Black with #AD665B
Text Example
Text Example
White with #AD665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD665B; }
p { color: rgb(173,102,91); }
H1.HeaderClassName
{
color: #AD665B;
}
.AnyTagClassName
{
color: #AD665B;
}
</style>
background-color css
<style>
a { background-color: #AD665B; }
a { background-color: rgb(173,102,91); }
div.DivClassName
{
background-color: #AD665B;
}
.BgClassName
{
background-color: #AD665B;
}
</style>
border-color css
<style>
span { border-color: #AD665B; }
span { border-color: rgb(173,102,91); }
td.TdClassName
{
border-color: #AD665B;
}
.TagClassName
{
border-color: #AD665B;
}
</style>