Shades of Coral Tree #AB675D
Tints of Coral Tree #AB675D
RGB
CMYK
RGB Variations
Color information
#AB675D (or 0xAB675D) is known color: Coral Tree. HEX triplet: AB, 67 and 5D. RGB value is (171,103,93). Sum of RGB (Red+Green+Blue) = 171+103+93=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB675D is #5498A2. Grayscale: #7A7A7A. Windows color (decimal): -5544099 or 6121387. OLE color: 6121387.
HSL color Cylindrical-coordinate representation of color #AB675D: hue angle of 7.69º 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 #AB675D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 93 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.33 |
| HSL | 7.69º | 0.32% | 0.52% | - |
| HSV(B) | 7.69º | 0.46% | 0.67% | - |
| XYZ | 23.62 | 19.15 | 12.81 | - |
| YUV | 122.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 93 | 0 | 0.40 | 0.46 | 0.33 | 7.69 | 0.32 | 0.52 |
| Hex | AB | 67 | 5D | 0 | 28 | 2E | 21 | 8 | 20 | 34 |
| Octal | 253 | 147 | 135 | 0 | 50 | 56 | 41 | 10 | 40 | 64 |
| Binary | 10101011 | 1100111 | 1011101 | 0 | 101000 | 101110 | 100001 | 1000 | 100000 | 110100 |
Color Harmonies of #AB675D
Complementary color
Monochromatic Colors of #AB675D
Black with #AB675D
Text Example
Text Example
White with #AB675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB675D; }
p { color: rgb(171,103,93); }
H1.HeaderClassName
{
color: #AB675D;
}
.AnyTagClassName
{
color: #AB675D;
}
</style>
background-color css
<style>
a { background-color: #AB675D; }
a { background-color: rgb(171,103,93); }
div.DivClassName
{
background-color: #AB675D;
}
.BgClassName
{
background-color: #AB675D;
}
</style>
border-color css
<style>
span { border-color: #AB675D; }
span { border-color: rgb(171,103,93); }
td.TdClassName
{
border-color: #AB675D;
}
.TagClassName
{
border-color: #AB675D;
}
</style>