Shades of Coral Tree #A56A69
Tints of Coral Tree #A56A69
RGB
CMYK
RGB Variations
Color information
#A56A69 (or 0xA56A69) is known color: Coral Tree. HEX triplet: A5, 6A and 69. RGB value is (165,106,105). Sum of RGB (Red+Green+Blue) = 165+106+105=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A69 is #5A9596. Grayscale: #7B7B7B. Windows color (decimal): -5936535 or 6908581. OLE color: 6908581.
HSL color Cylindrical-coordinate representation of color #A56A69: hue angle of 1º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56A69 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 106 | 105 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.35 |
| HSL | 1º | 0.25% | 0.53% | - |
| HSV(B) | 1º | 0.36% | 0.65% | - |
| XYZ | 23.22 | 19.33 | 15.87 | - |
| YUV | 123.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 105 | 0 | 0.36 | 0.36 | 0.35 | 1 | 0.25 | 0.53 |
| Hex | A5 | 6A | 69 | 0 | 24 | 24 | 23 | 1 | 19 | 35 |
| Octal | 245 | 152 | 151 | 0 | 44 | 44 | 43 | 1 | 31 | 65 |
| Binary | 10100101 | 1101010 | 1101001 | 0 | 100100 | 100100 | 100011 | 1 | 11001 | 110101 |
Color Harmonies of #A56A69
Complementary color
Monochromatic Colors of #A56A69
Black with #A56A69
Text Example
Text Example
White with #A56A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56A69; }
p { color: rgb(165,106,105); }
H1.HeaderClassName
{
color: #A56A69;
}
.AnyTagClassName
{
color: #A56A69;
}
</style>
background-color css
<style>
a { background-color: #A56A69; }
a { background-color: rgb(165,106,105); }
div.DivClassName
{
background-color: #A56A69;
}
.BgClassName
{
background-color: #A56A69;
}
</style>
border-color css
<style>
span { border-color: #A56A69; }
span { border-color: rgb(165,106,105); }
td.TdClassName
{
border-color: #A56A69;
}
.TagClassName
{
border-color: #A56A69;
}
</style>