Shades of Coral Tree #AF796E
Tints of Coral Tree #AF796E
RGB
CMYK
RGB Variations
Color information
#AF796E (or 0xAF796E) is known color: Coral Tree. HEX triplet: AF, 79 and 6E. RGB value is (175,121,110). Sum of RGB (Red+Green+Blue) = 175+121+110=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF796E is #508691. Grayscale: #878787. Windows color (decimal): -5277330 or 7240111. OLE color: 7240111.
HSL color Cylindrical-coordinate representation of color #AF796E: hue angle of 10.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF796E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 110 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.31 |
| HSL | 10.15º | 0.29% | 0.56% | - |
| HSV(B) | 10.15º | 0.37% | 0.69% | - |
| XYZ | 27.33 | 23.91 | 17.93 | - |
| YUV | 135.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 110 | 0 | 0.31 | 0.37 | 0.31 | 10.15 | 0.29 | 0.56 |
| Hex | AF | 79 | 6E | 0 | 1F | 25 | 1F | A | 1D | 38 |
| Octal | 257 | 171 | 156 | 0 | 37 | 45 | 37 | 12 | 35 | 70 |
| Binary | 10101111 | 1111001 | 1101110 | 0 | 11111 | 100101 | 11111 | 1010 | 11101 | 111000 |
Color Harmonies of #AF796E
Complementary color
Monochromatic Colors of #AF796E
Black with #AF796E
Text Example
Text Example
White with #AF796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF796E; }
p { color: rgb(175,121,110); }
H1.HeaderClassName
{
color: #AF796E;
}
.AnyTagClassName
{
color: #AF796E;
}
</style>
background-color css
<style>
a { background-color: #AF796E; }
a { background-color: rgb(175,121,110); }
div.DivClassName
{
background-color: #AF796E;
}
.BgClassName
{
background-color: #AF796E;
}
</style>
border-color css
<style>
span { border-color: #AF796E; }
span { border-color: rgb(175,121,110); }
td.TdClassName
{
border-color: #AF796E;
}
.TagClassName
{
border-color: #AF796E;
}
</style>