Shades of Coral Tree #AF796F
Tints of Coral Tree #AF796F
RGB
CMYK
RGB Variations
Color information
#AF796F (or 0xAF796F) is known color: Coral Tree. HEX triplet: AF, 79 and 6F. RGB value is (175,121,111). Sum of RGB (Red+Green+Blue) = 175+121+111=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF796F is #508690. Grayscale: #888888. Windows color (decimal): -5277329 or 7305647. OLE color: 7305647.
HSL color Cylindrical-coordinate representation of color #AF796F: hue angle of 9.38º 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 #AF796F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 111 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.31 |
| HSL | 9.38º | 0.29% | 0.56% | - |
| HSV(B) | 9.38º | 0.37% | 0.69% | - |
| XYZ | 27.39 | 23.94 | 18.22 | - |
| YUV | 136.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 111 | 0 | 0.31 | 0.37 | 0.31 | 9.38 | 0.29 | 0.56 |
| Hex | AF | 79 | 6F | 0 | 1F | 25 | 1F | 9 | 1D | 38 |
| Octal | 257 | 171 | 157 | 0 | 37 | 45 | 37 | 11 | 35 | 70 |
| Binary | 10101111 | 1111001 | 1101111 | 0 | 11111 | 100101 | 11111 | 1001 | 11101 | 111000 |
Color Harmonies of #AF796F
Complementary color
Monochromatic Colors of #AF796F
Black with #AF796F
Text Example
Text Example
White with #AF796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF796F; }
p { color: rgb(175,121,111); }
H1.HeaderClassName
{
color: #AF796F;
}
.AnyTagClassName
{
color: #AF796F;
}
</style>
background-color css
<style>
a { background-color: #AF796F; }
a { background-color: rgb(175,121,111); }
div.DivClassName
{
background-color: #AF796F;
}
.BgClassName
{
background-color: #AF796F;
}
</style>
border-color css
<style>
span { border-color: #AF796F; }
span { border-color: rgb(175,121,111); }
td.TdClassName
{
border-color: #AF796F;
}
.TagClassName
{
border-color: #AF796F;
}
</style>