Shades of Coral Tree #A47474
Tints of Coral Tree #A47474
RGB
CMYK
RGB Variations
Color information
#A47474 (or 0xA47474) is known color: Coral Tree. HEX triplet: A4, 74 and 74. RGB value is (164,116,116). Sum of RGB (Red+Green+Blue) = 164+116+116=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47474 is #5B8B8B. Grayscale: #828282. Windows color (decimal): -5999500 or 7632036. OLE color: 7632036.
HSL color Cylindrical-coordinate representation of color #A47474: hue angle of 0º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47474 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 116 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.36 |
| HSL | 0º | 0.21% | 0.55% | - |
| HSV(B) | 0º | 0.29% | 0.64% | - |
| XYZ | 24.71 | 21.64 | 19.4 | - |
| YUV | 130.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 116 | 0 | 0.29 | 0.29 | 0.36 | 0 | 0.21 | 0.55 |
| Hex | A4 | 74 | 74 | 0 | 1D | 1D | 24 | 0 | 15 | 37 |
| Octal | 244 | 164 | 164 | 0 | 35 | 35 | 44 | 0 | 25 | 67 |
| Binary | 10100100 | 1110100 | 1110100 | 0 | 11101 | 11101 | 100100 | 0 | 10101 | 110111 |
Color Harmonies of #A47474
Complementary color
Monochromatic Colors of #A47474
Black with #A47474
Text Example
Text Example
White with #A47474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47474; }
p { color: rgb(164,116,116); }
H1.HeaderClassName
{
color: #A47474;
}
.AnyTagClassName
{
color: #A47474;
}
</style>
background-color css
<style>
a { background-color: #A47474; }
a { background-color: rgb(164,116,116); }
div.DivClassName
{
background-color: #A47474;
}
.BgClassName
{
background-color: #A47474;
}
</style>
border-color css
<style>
span { border-color: #A47474; }
span { border-color: rgb(164,116,116); }
td.TdClassName
{
border-color: #A47474;
}
.TagClassName
{
border-color: #A47474;
}
</style>