Shades of Coral Tree #AF796C
Tints of Coral Tree #AF796C
RGB
CMYK
RGB Variations
Color information
#AF796C (or 0xAF796C) is known color: Coral Tree. HEX triplet: AF, 79 and 6C. RGB value is (175,121,108). Sum of RGB (Red+Green+Blue) = 175+121+108=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF796C is #508693. Grayscale: #878787. Windows color (decimal): -5277332 or 7109039. OLE color: 7109039.
HSL color Cylindrical-coordinate representation of color #AF796C: hue angle of 11.64º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF796C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 108 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 11.64º | 0.3% | 0.55% | - |
| HSV(B) | 11.64º | 0.38% | 0.69% | - |
| XYZ | 27.22 | 23.87 | 17.36 | - |
| YUV | 135.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 108 | 0 | 0.31 | 0.38 | 0.31 | 11.64 | 0.3 | 0.55 |
| Hex | AF | 79 | 6C | 0 | 1F | 26 | 1F | C | 1E | 37 |
| Octal | 257 | 171 | 154 | 0 | 37 | 46 | 37 | 14 | 36 | 67 |
| Binary | 10101111 | 1111001 | 1101100 | 0 | 11111 | 100110 | 11111 | 1100 | 11110 | 110111 |
Color Harmonies of #AF796C
Complementary color
Monochromatic Colors of #AF796C
Black with #AF796C
Text Example
Text Example
White with #AF796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF796C; }
p { color: rgb(175,121,108); }
H1.HeaderClassName
{
color: #AF796C;
}
.AnyTagClassName
{
color: #AF796C;
}
</style>
background-color css
<style>
a { background-color: #AF796C; }
a { background-color: rgb(175,121,108); }
div.DivClassName
{
background-color: #AF796C;
}
.BgClassName
{
background-color: #AF796C;
}
</style>
border-color css
<style>
span { border-color: #AF796C; }
span { border-color: rgb(175,121,108); }
td.TdClassName
{
border-color: #AF796C;
}
.TagClassName
{
border-color: #AF796C;
}
</style>