Shades of Coral Tree #AB675E
Tints of Coral Tree #AB675E
RGB
CMYK
RGB Variations
Color information
#AB675E (or 0xAB675E) is known color: Coral Tree. HEX triplet: AB, 67 and 5E. RGB value is (171,103,94). Sum of RGB (Red+Green+Blue) = 171+103+94=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB675E is #5498A1. Grayscale: #7A7A7A. Windows color (decimal): -5544098 or 6186923. OLE color: 6186923.
HSL color Cylindrical-coordinate representation of color #AB675E: hue angle of 7.01º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB675E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 94 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.33 |
| HSL | 7.01º | 0.31% | 0.52% | - |
| HSV(B) | 7.01º | 0.45% | 0.67% | - |
| XYZ | 23.67 | 19.17 | 13.04 | - |
| YUV | 122.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 94 | 0 | 0.40 | 0.45 | 0.33 | 7.01 | 0.31 | 0.52 |
| Hex | AB | 67 | 5E | 0 | 28 | 2D | 21 | 7 | 1F | 34 |
| Octal | 253 | 147 | 136 | 0 | 50 | 55 | 41 | 7 | 37 | 64 |
| Binary | 10101011 | 1100111 | 1011110 | 0 | 101000 | 101101 | 100001 | 111 | 11111 | 110100 |
Color Harmonies of #AB675E
Complementary color
Monochromatic Colors of #AB675E
Black with #AB675E
Text Example
Text Example
White with #AB675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB675E; }
p { color: rgb(171,103,94); }
H1.HeaderClassName
{
color: #AB675E;
}
.AnyTagClassName
{
color: #AB675E;
}
</style>
background-color css
<style>
a { background-color: #AB675E; }
a { background-color: rgb(171,103,94); }
div.DivClassName
{
background-color: #AB675E;
}
.BgClassName
{
background-color: #AB675E;
}
</style>
border-color css
<style>
span { border-color: #AB675E; }
span { border-color: rgb(171,103,94); }
td.TdClassName
{
border-color: #AB675E;
}
.TagClassName
{
border-color: #AB675E;
}
</style>