Shades of Coral Tree #A36B6A
Tints of Coral Tree #A36B6A
RGB
CMYK
RGB Variations
Color information
#A36B6A (or 0xA36B6A) is known color: Coral Tree. HEX triplet: A3, 6B and 6A. RGB value is (163,107,106). Sum of RGB (Red+Green+Blue) = 163+107+106=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B6A is #5C9495. Grayscale: #7B7B7B. Windows color (decimal): -6067350 or 6974371. OLE color: 6974371.
HSL color Cylindrical-coordinate representation of color #A36B6A: hue angle of 1.05º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36B6A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 106 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.36 |
| HSL | 1.05º | 0.24% | 0.53% | - |
| HSV(B) | 1.05º | 0.35% | 0.64% | - |
| XYZ | 22.96 | 19.34 | 16.16 | - |
| YUV | 123.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 106 | 0 | 0.34 | 0.35 | 0.36 | 1.05 | 0.24 | 0.53 |
| Hex | A3 | 6B | 6A | 0 | 22 | 23 | 24 | 1 | 18 | 35 |
| Octal | 243 | 153 | 152 | 0 | 42 | 43 | 44 | 1 | 30 | 65 |
| Binary | 10100011 | 1101011 | 1101010 | 0 | 100010 | 100011 | 100100 | 1 | 11000 | 110101 |
Color Harmonies of #A36B6A
Complementary color
Monochromatic Colors of #A36B6A
Black with #A36B6A
Text Example
Text Example
White with #A36B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B6A; }
p { color: rgb(163,107,106); }
H1.HeaderClassName
{
color: #A36B6A;
}
.AnyTagClassName
{
color: #A36B6A;
}
</style>
background-color css
<style>
a { background-color: #A36B6A; }
a { background-color: rgb(163,107,106); }
div.DivClassName
{
background-color: #A36B6A;
}
.BgClassName
{
background-color: #A36B6A;
}
</style>
border-color css
<style>
span { border-color: #A36B6A; }
span { border-color: rgb(163,107,106); }
td.TdClassName
{
border-color: #A36B6A;
}
.TagClassName
{
border-color: #A36B6A;
}
</style>