Shades of Coral Tree #AD695B
Tints of Coral Tree #AD695B
RGB
CMYK
RGB Variations
Color information
#AD695B (or 0xAD695B) is known color: Coral Tree. HEX triplet: AD, 69 and 5B. RGB value is (173,105,91). Sum of RGB (Red+Green+Blue) = 173+105+91=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD695B is #5296A4. Grayscale: #7B7B7B. Windows color (decimal): -5412517 or 5990829. OLE color: 5990829.
HSL color Cylindrical-coordinate representation of color #AD695B: hue angle of 10.24º 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 #AD695B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 91 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.32 |
| HSL | 10.24º | 0.33% | 0.52% | - |
| HSV(B) | 10.24º | 0.47% | 0.68% | - |
| XYZ | 24.17 | 19.74 | 12.43 | - |
| YUV | 123.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 91 | 0 | 0.39 | 0.47 | 0.32 | 10.24 | 0.33 | 0.52 |
| Hex | AD | 69 | 5B | 0 | 27 | 2F | 20 | A | 21 | 34 |
| Octal | 255 | 151 | 133 | 0 | 47 | 57 | 40 | 12 | 41 | 64 |
| Binary | 10101101 | 1101001 | 1011011 | 0 | 100111 | 101111 | 100000 | 1010 | 100001 | 110100 |
Color Harmonies of #AD695B
Complementary color
Monochromatic Colors of #AD695B
Black with #AD695B
Text Example
Text Example
White with #AD695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD695B; }
p { color: rgb(173,105,91); }
H1.HeaderClassName
{
color: #AD695B;
}
.AnyTagClassName
{
color: #AD695B;
}
</style>
background-color css
<style>
a { background-color: #AD695B; }
a { background-color: rgb(173,105,91); }
div.DivClassName
{
background-color: #AD695B;
}
.BgClassName
{
background-color: #AD695B;
}
</style>
border-color css
<style>
span { border-color: #AD695B; }
span { border-color: rgb(173,105,91); }
td.TdClassName
{
border-color: #AD695B;
}
.TagClassName
{
border-color: #AD695B;
}
</style>