Shades of Coral Tree #AB7575
Tints of Coral Tree #AB7575
RGB
CMYK
RGB Variations
Color information
#AB7575 (or 0xAB7575) is known color: Coral Tree. HEX triplet: AB, 75 and 75. RGB value is (171,117,117). Sum of RGB (Red+Green+Blue) = 171+117+117=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7575 is #548A8A. Grayscale: #858585. Windows color (decimal): -5540491 or 7697835. OLE color: 7697835.
HSL color Cylindrical-coordinate representation of color #AB7575: hue angle of 0º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7575 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 117 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.33 |
| HSL | 0º | 0.24% | 0.56% | - |
| HSV(B) | 0º | 0.32% | 0.67% | - |
| XYZ | 26.37 | 22.66 | 19.81 | - |
| YUV | 133.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 117 | 0 | 0.32 | 0.32 | 0.33 | 0 | 0.24 | 0.56 |
| Hex | AB | 75 | 75 | 0 | 20 | 20 | 21 | 0 | 18 | 38 |
| Octal | 253 | 165 | 165 | 0 | 40 | 40 | 41 | 0 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1110101 | 0 | 100000 | 100000 | 100001 | 0 | 11000 | 111000 |
Color Harmonies of #AB7575
Complementary color
Monochromatic Colors of #AB7575
Black with #AB7575
Text Example
Text Example
White with #AB7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7575; }
p { color: rgb(171,117,117); }
H1.HeaderClassName
{
color: #AB7575;
}
.AnyTagClassName
{
color: #AB7575;
}
</style>
background-color css
<style>
a { background-color: #AB7575; }
a { background-color: rgb(171,117,117); }
div.DivClassName
{
background-color: #AB7575;
}
.BgClassName
{
background-color: #AB7575;
}
</style>
border-color css
<style>
span { border-color: #AB7575; }
span { border-color: rgb(171,117,117); }
td.TdClassName
{
border-color: #AB7575;
}
.TagClassName
{
border-color: #AB7575;
}
</style>