Shades of Coral Tree #AF766E
Tints of Coral Tree #AF766E
RGB
CMYK
RGB Variations
Color information
#AF766E (or 0xAF766E) is known color: Coral Tree. HEX triplet: AF, 76 and 6E. RGB value is (175,118,110). Sum of RGB (Red+Green+Blue) = 175+118+110=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766E is #508991. Grayscale: #868686. Windows color (decimal): -5278098 or 7239343. OLE color: 7239343.
HSL color Cylindrical-coordinate representation of color #AF766E: hue angle of 7.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 #AF766E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 110 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.31 |
| HSL | 7.38º | 0.29% | 0.56% | - |
| HSV(B) | 7.38º | 0.37% | 0.69% | - |
| XYZ | 26.97 | 23.2 | 17.81 | - |
| YUV | 134.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 110 | 0 | 0.33 | 0.37 | 0.31 | 7.38 | 0.29 | 0.56 |
| Hex | AF | 76 | 6E | 0 | 21 | 25 | 1F | 7 | 1D | 38 |
| Octal | 257 | 166 | 156 | 0 | 41 | 45 | 37 | 7 | 35 | 70 |
| Binary | 10101111 | 1110110 | 1101110 | 0 | 100001 | 100101 | 11111 | 111 | 11101 | 111000 |
Color Harmonies of #AF766E
Complementary color
Monochromatic Colors of #AF766E
Black with #AF766E
Text Example
Text Example
White with #AF766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF766E; }
p { color: rgb(175,118,110); }
H1.HeaderClassName
{
color: #AF766E;
}
.AnyTagClassName
{
color: #AF766E;
}
</style>
background-color css
<style>
a { background-color: #AF766E; }
a { background-color: rgb(175,118,110); }
div.DivClassName
{
background-color: #AF766E;
}
.BgClassName
{
background-color: #AF766E;
}
</style>
border-color css
<style>
span { border-color: #AF766E; }
span { border-color: rgb(175,118,110); }
td.TdClassName
{
border-color: #AF766E;
}
.TagClassName
{
border-color: #AF766E;
}
</style>