Shades of Coral Tree #AF736F
Tints of Coral Tree #AF736F
RGB
CMYK
RGB Variations
Color information
#AF736F (or 0xAF736F) is known color: Coral Tree. HEX triplet: AF, 73 and 6F. RGB value is (175,115,111). Sum of RGB (Red+Green+Blue) = 175+115+111=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF736F is #508C90. Grayscale: #848484. Windows color (decimal): -5278865 or 7304111. OLE color: 7304111.
HSL color Cylindrical-coordinate representation of color #AF736F: hue angle of 3.75º 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 #AF736F is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 111 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.31 |
| HSL | 3.75º | 0.29% | 0.56% | - |
| HSV(B) | 3.75º | 0.37% | 0.69% | - |
| XYZ | 26.68 | 22.52 | 17.98 | - |
| YUV | 132.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 111 | 0 | 0.34 | 0.37 | 0.31 | 3.75 | 0.29 | 0.56 |
| Hex | AF | 73 | 6F | 0 | 22 | 25 | 1F | 4 | 1D | 38 |
| Octal | 257 | 163 | 157 | 0 | 42 | 45 | 37 | 4 | 35 | 70 |
| Binary | 10101111 | 1110011 | 1101111 | 0 | 100010 | 100101 | 11111 | 100 | 11101 | 111000 |
Color Harmonies of #AF736F
Complementary color
Monochromatic Colors of #AF736F
Black with #AF736F
Text Example
Text Example
White with #AF736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF736F; }
p { color: rgb(175,115,111); }
H1.HeaderClassName
{
color: #AF736F;
}
.AnyTagClassName
{
color: #AF736F;
}
</style>
background-color css
<style>
a { background-color: #AF736F; }
a { background-color: rgb(175,115,111); }
div.DivClassName
{
background-color: #AF736F;
}
.BgClassName
{
background-color: #AF736F;
}
</style>
border-color css
<style>
span { border-color: #AF736F; }
span { border-color: rgb(175,115,111); }
td.TdClassName
{
border-color: #AF736F;
}
.TagClassName
{
border-color: #AF736F;
}
</style>