Shades of Coral Tree #A97469
Tints of Coral Tree #A97469
RGB
CMYK
RGB Variations
Color information
#A97469 (or 0xA97469) is known color: Coral Tree. HEX triplet: A9, 74 and 69. RGB value is (169,116,105). Sum of RGB (Red+Green+Blue) = 169+116+105=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A97469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97469 is #568B96. Grayscale: #828282. Windows color (decimal): -5671831 or 6911145. OLE color: 6911145.
HSL color Cylindrical-coordinate representation of color #A97469: hue angle of 10.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97469 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 105 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.34 |
| HSL | 10.31º | 0.27% | 0.54% | - |
| HSV(B) | 10.31º | 0.38% | 0.66% | - |
| XYZ | 25.16 | 21.95 | 16.27 | - |
| YUV | 130.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 105 | 0 | 0.31 | 0.38 | 0.34 | 10.31 | 0.27 | 0.54 |
| Hex | A9 | 74 | 69 | 0 | 1F | 26 | 22 | A | 1B | 36 |
| Octal | 251 | 164 | 151 | 0 | 37 | 46 | 42 | 12 | 33 | 66 |
| Binary | 10101001 | 1110100 | 1101001 | 0 | 11111 | 100110 | 100010 | 1010 | 11011 | 110110 |
Color Harmonies of #A97469
Complementary color
Monochromatic Colors of #A97469
Black with #A97469
Text Example
Text Example
White with #A97469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97469; }
p { color: rgb(169,116,105); }
H1.HeaderClassName
{
color: #A97469;
}
.AnyTagClassName
{
color: #A97469;
}
</style>
background-color css
<style>
a { background-color: #A97469; }
a { background-color: rgb(169,116,105); }
div.DivClassName
{
background-color: #A97469;
}
.BgClassName
{
background-color: #A97469;
}
</style>
border-color css
<style>
span { border-color: #A97469; }
span { border-color: rgb(169,116,105); }
td.TdClassName
{
border-color: #A97469;
}
.TagClassName
{
border-color: #A97469;
}
</style>