Shades of Coral Tree #A5756C
Tints of Coral Tree #A5756C
RGB
CMYK
RGB Variations
Color information
#A5756C (or 0xA5756C) is known color: Coral Tree. HEX triplet: A5, 75 and 6C. RGB value is (165,117,108). Sum of RGB (Red+Green+Blue) = 165+117+108=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5756C is #5A8A93. Grayscale: #828282. Windows color (decimal): -5933716 or 7108005. OLE color: 7108005.
HSL color Cylindrical-coordinate representation of color #A5756C: hue angle of 9.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5756C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 108 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.35 |
| HSL | 9.47º | 0.24% | 0.54% | - |
| HSV(B) | 9.47º | 0.35% | 0.65% | - |
| XYZ | 24.59 | 21.8 | 17.1 | - |
| YUV | 130.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 108 | 0 | 0.29 | 0.35 | 0.35 | 9.47 | 0.24 | 0.54 |
| Hex | A5 | 75 | 6C | 0 | 1D | 23 | 23 | 9 | 18 | 36 |
| Octal | 245 | 165 | 154 | 0 | 35 | 43 | 43 | 11 | 30 | 66 |
| Binary | 10100101 | 1110101 | 1101100 | 0 | 11101 | 100011 | 100011 | 1001 | 11000 | 110110 |
Color Harmonies of #A5756C
Complementary color
Monochromatic Colors of #A5756C
Black with #A5756C
Text Example
Text Example
White with #A5756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5756C; }
p { color: rgb(165,117,108); }
H1.HeaderClassName
{
color: #A5756C;
}
.AnyTagClassName
{
color: #A5756C;
}
</style>
background-color css
<style>
a { background-color: #A5756C; }
a { background-color: rgb(165,117,108); }
div.DivClassName
{
background-color: #A5756C;
}
.BgClassName
{
background-color: #A5756C;
}
</style>
border-color css
<style>
span { border-color: #A5756C; }
span { border-color: rgb(165,117,108); }
td.TdClassName
{
border-color: #A5756C;
}
.TagClassName
{
border-color: #A5756C;
}
</style>