Shades of Coral Tree #AB7A6B
Tints of Coral Tree #AB7A6B
RGB
CMYK
RGB Variations
Color information
#AB7A6B (or 0xAB7A6B) is known color: Coral Tree. HEX triplet: AB, 7A and 6B. RGB value is (171,122,107). Sum of RGB (Red+Green+Blue) = 171+122+107=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A6B is #548594. Grayscale: #878787. Windows color (decimal): -5539221 or 7043755. OLE color: 7043755.
HSL color Cylindrical-coordinate representation of color #AB7A6B: hue angle of 14.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB7A6B is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 107 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.33 |
| HSL | 14.06º | 0.28% | 0.55% | - |
| HSV(B) | 14.06º | 0.37% | 0.67% | - |
| XYZ | 26.41 | 23.64 | 17.08 | - |
| YUV | 134.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 107 | 0 | 0.29 | 0.37 | 0.33 | 14.06 | 0.28 | 0.55 |
| Hex | AB | 7A | 6B | 0 | 1D | 25 | 21 | E | 1C | 37 |
| Octal | 253 | 172 | 153 | 0 | 35 | 45 | 41 | 16 | 34 | 67 |
| Binary | 10101011 | 1111010 | 1101011 | 0 | 11101 | 100101 | 100001 | 1110 | 11100 | 110111 |
Color Harmonies of #AB7A6B
Complementary color
Monochromatic Colors of #AB7A6B
Black with #AB7A6B
Text Example
Text Example
White with #AB7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A6B; }
p { color: rgb(171,122,107); }
H1.HeaderClassName
{
color: #AB7A6B;
}
.AnyTagClassName
{
color: #AB7A6B;
}
</style>
background-color css
<style>
a { background-color: #AB7A6B; }
a { background-color: rgb(171,122,107); }
div.DivClassName
{
background-color: #AB7A6B;
}
.BgClassName
{
background-color: #AB7A6B;
}
</style>
border-color css
<style>
span { border-color: #AB7A6B; }
span { border-color: rgb(171,122,107); }
td.TdClassName
{
border-color: #AB7A6B;
}
.TagClassName
{
border-color: #AB7A6B;
}
</style>