Shades of Coral Tree #A57468
Tints of Coral Tree #A57468
RGB
CMYK
RGB Variations
Color information
#A57468 (or 0xA57468) is known color: Coral Tree. HEX triplet: A5, 74 and 68. RGB value is (165,116,104). Sum of RGB (Red+Green+Blue) = 165+116+104=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57468 is #5A8B97. Grayscale: #818181. Windows color (decimal): -5933976 or 6845605. OLE color: 6845605.
HSL color Cylindrical-coordinate representation of color #A57468: hue angle of 11.8º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57468 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 104 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.35 |
| HSL | 11.8º | 0.25% | 0.53% | - |
| HSV(B) | 11.8º | 0.37% | 0.65% | - |
| XYZ | 24.26 | 21.49 | 15.97 | - |
| YUV | 129.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 104 | 0 | 0.30 | 0.37 | 0.35 | 11.8 | 0.25 | 0.53 |
| Hex | A5 | 74 | 68 | 0 | 1E | 25 | 23 | C | 19 | 35 |
| Octal | 245 | 164 | 150 | 0 | 36 | 45 | 43 | 14 | 31 | 65 |
| Binary | 10100101 | 1110100 | 1101000 | 0 | 11110 | 100101 | 100011 | 1100 | 11001 | 110101 |
Color Harmonies of #A57468
Complementary color
Monochromatic Colors of #A57468
Black with #A57468
Text Example
Text Example
White with #A57468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57468; }
p { color: rgb(165,116,104); }
H1.HeaderClassName
{
color: #A57468;
}
.AnyTagClassName
{
color: #A57468;
}
</style>
background-color css
<style>
a { background-color: #A57468; }
a { background-color: rgb(165,116,104); }
div.DivClassName
{
background-color: #A57468;
}
.BgClassName
{
background-color: #A57468;
}
</style>
border-color css
<style>
span { border-color: #A57468; }
span { border-color: rgb(165,116,104); }
td.TdClassName
{
border-color: #A57468;
}
.TagClassName
{
border-color: #A57468;
}
</style>