Shades of Coral Tree #A66967
Tints of Coral Tree #A66967
RGB
CMYK
RGB Variations
Color information
#A66967 (or 0xA66967) is known color: Coral Tree. HEX triplet: A6, 69 and 67. RGB value is (166,105,103). Sum of RGB (Red+Green+Blue) = 166+105+103=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A66967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66967 is #599698. Grayscale: #7B7B7B. Windows color (decimal): -5871257 or 6777254. OLE color: 6777254.
HSL color Cylindrical-coordinate representation of color #A66967: hue angle of 1.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66967 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 103 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.35 |
| HSL | 1.9º | 0.26% | 0.53% | - |
| HSV(B) | 1.9º | 0.38% | 0.65% | - |
| XYZ | 23.23 | 19.19 | 15.31 | - |
| YUV | 123.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 103 | 0 | 0.37 | 0.38 | 0.35 | 1.9 | 0.26 | 0.53 |
| Hex | A6 | 69 | 67 | 0 | 25 | 26 | 23 | 2 | 1A | 35 |
| Octal | 246 | 151 | 147 | 0 | 45 | 46 | 43 | 2 | 32 | 65 |
| Binary | 10100110 | 1101001 | 1100111 | 0 | 100101 | 100110 | 100011 | 10 | 11010 | 110101 |
Color Harmonies of #A66967
Complementary color
Monochromatic Colors of #A66967
Black with #A66967
Text Example
Text Example
White with #A66967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66967; }
p { color: rgb(166,105,103); }
H1.HeaderClassName
{
color: #A66967;
}
.AnyTagClassName
{
color: #A66967;
}
</style>
background-color css
<style>
a { background-color: #A66967; }
a { background-color: rgb(166,105,103); }
div.DivClassName
{
background-color: #A66967;
}
.BgClassName
{
background-color: #A66967;
}
</style>
border-color css
<style>
span { border-color: #A66967; }
span { border-color: rgb(166,105,103); }
td.TdClassName
{
border-color: #A66967;
}
.TagClassName
{
border-color: #A66967;
}
</style>