Shades of Coral Tree #A67169
Tints of Coral Tree #A67169
RGB
CMYK
RGB Variations
Color information
#A67169 (or 0xA67169) is known color: Coral Tree. HEX triplet: A6, 71 and 69. RGB value is (166,113,105). Sum of RGB (Red+Green+Blue) = 166+113+105=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A67169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67169 is #598E96. Grayscale: #808080. Windows color (decimal): -5869207 or 6910374. OLE color: 6910374.
HSL color Cylindrical-coordinate representation of color #A67169: hue angle of 7.87º degrees, saturation: 0.26, 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 #A67169 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 105 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.35 |
| HSL | 7.87º | 0.26% | 0.53% | - |
| HSV(B) | 7.87º | 0.37% | 0.65% | - |
| XYZ | 24.18 | 20.94 | 16.13 | - |
| YUV | 127.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 105 | 0 | 0.32 | 0.37 | 0.35 | 7.87 | 0.26 | 0.53 |
| Hex | A6 | 71 | 69 | 0 | 20 | 25 | 23 | 8 | 1A | 35 |
| Octal | 246 | 161 | 151 | 0 | 40 | 45 | 43 | 10 | 32 | 65 |
| Binary | 10100110 | 1110001 | 1101001 | 0 | 100000 | 100101 | 100011 | 1000 | 11010 | 110101 |
Color Harmonies of #A67169
Complementary color
Monochromatic Colors of #A67169
Black with #A67169
Text Example
Text Example
White with #A67169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67169; }
p { color: rgb(166,113,105); }
H1.HeaderClassName
{
color: #A67169;
}
.AnyTagClassName
{
color: #A67169;
}
</style>
background-color css
<style>
a { background-color: #A67169; }
a { background-color: rgb(166,113,105); }
div.DivClassName
{
background-color: #A67169;
}
.BgClassName
{
background-color: #A67169;
}
</style>
border-color css
<style>
span { border-color: #A67169; }
span { border-color: rgb(166,113,105); }
td.TdClassName
{
border-color: #A67169;
}
.TagClassName
{
border-color: #A67169;
}
</style>