Shades of Coral Tree #A46F68
Tints of Coral Tree #A46F68
RGB
CMYK
RGB Variations
Color information
#A46F68 (or 0xA46F68) is known color: Coral Tree. HEX triplet: A4, 6F and 68. RGB value is (164,111,104). Sum of RGB (Red+Green+Blue) = 164+111+104=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F68 is #5B9097. Grayscale: #7E7E7E. Windows color (decimal): -6000792 or 6844324. OLE color: 6844324.
HSL color Cylindrical-coordinate representation of color #A46F68: hue angle of 7º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46F68 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 104 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.36 |
| HSL | 7º | 0.25% | 0.53% | - |
| HSV(B) | 7º | 0.37% | 0.64% | - |
| XYZ | 23.49 | 20.26 | 15.77 | - |
| YUV | 126.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 104 | 0 | 0.32 | 0.37 | 0.36 | 7 | 0.25 | 0.53 |
| Hex | A4 | 6F | 68 | 0 | 20 | 25 | 24 | 7 | 19 | 35 |
| Octal | 244 | 157 | 150 | 0 | 40 | 45 | 44 | 7 | 31 | 65 |
| Binary | 10100100 | 1101111 | 1101000 | 0 | 100000 | 100101 | 100100 | 111 | 11001 | 110101 |
Color Harmonies of #A46F68
Complementary color
Monochromatic Colors of #A46F68
Black with #A46F68
Text Example
Text Example
White with #A46F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F68; }
p { color: rgb(164,111,104); }
H1.HeaderClassName
{
color: #A46F68;
}
.AnyTagClassName
{
color: #A46F68;
}
</style>
background-color css
<style>
a { background-color: #A46F68; }
a { background-color: rgb(164,111,104); }
div.DivClassName
{
background-color: #A46F68;
}
.BgClassName
{
background-color: #A46F68;
}
</style>
border-color css
<style>
span { border-color: #A46F68; }
span { border-color: rgb(164,111,104); }
td.TdClassName
{
border-color: #A46F68;
}
.TagClassName
{
border-color: #A46F68;
}
</style>