Shades of Coral Tree #AB695C
Tints of Coral Tree #AB695C
RGB
CMYK
RGB Variations
Color information
#AB695C (or 0xAB695C) is known color: Coral Tree. HEX triplet: AB, 69 and 5C. RGB value is (171,105,92). Sum of RGB (Red+Green+Blue) = 171+105+92=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB695C is #5496A3. Grayscale: #7B7B7B. Windows color (decimal): -5543588 or 6056363. OLE color: 6056363.
HSL color Cylindrical-coordinate representation of color #AB695C: hue angle of 9.87º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB695C is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 92 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.33 |
| HSL | 9.87º | 0.32% | 0.52% | - |
| HSV(B) | 9.87º | 0.46% | 0.67% | - |
| XYZ | 23.78 | 19.53 | 12.64 | - |
| YUV | 123.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 92 | 0 | 0.39 | 0.46 | 0.33 | 9.87 | 0.32 | 0.52 |
| Hex | AB | 69 | 5C | 0 | 27 | 2E | 21 | A | 20 | 34 |
| Octal | 253 | 151 | 134 | 0 | 47 | 56 | 41 | 12 | 40 | 64 |
| Binary | 10101011 | 1101001 | 1011100 | 0 | 100111 | 101110 | 100001 | 1010 | 100000 | 110100 |
Color Harmonies of #AB695C
Complementary color
Monochromatic Colors of #AB695C
Black with #AB695C
Text Example
Text Example
White with #AB695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB695C; }
p { color: rgb(171,105,92); }
H1.HeaderClassName
{
color: #AB695C;
}
.AnyTagClassName
{
color: #AB695C;
}
</style>
background-color css
<style>
a { background-color: #AB695C; }
a { background-color: rgb(171,105,92); }
div.DivClassName
{
background-color: #AB695C;
}
.BgClassName
{
background-color: #AB695C;
}
</style>
border-color css
<style>
span { border-color: #AB695C; }
span { border-color: rgb(171,105,92); }
td.TdClassName
{
border-color: #AB695C;
}
.TagClassName
{
border-color: #AB695C;
}
</style>