Shades of Coral Tree #AF766C
Tints of Coral Tree #AF766C
RGB
CMYK
RGB Variations
Color information
#AF766C (or 0xAF766C) is known color: Coral Tree. HEX triplet: AF, 76 and 6C. RGB value is (175,118,108). Sum of RGB (Red+Green+Blue) = 175+118+108=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766C is #508993. Grayscale: #868686. Windows color (decimal): -5278100 or 7108271. OLE color: 7108271.
HSL color Cylindrical-coordinate representation of color #AF766C: hue angle of 8.96º 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 #AF766C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 108 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.31 |
| HSL | 8.96º | 0.3% | 0.55% | - |
| HSV(B) | 8.96º | 0.38% | 0.69% | - |
| XYZ | 26.86 | 23.15 | 17.24 | - |
| YUV | 133.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 108 | 0 | 0.33 | 0.38 | 0.31 | 8.96 | 0.3 | 0.55 |
| Hex | AF | 76 | 6C | 0 | 21 | 26 | 1F | 9 | 1E | 37 |
| Octal | 257 | 166 | 154 | 0 | 41 | 46 | 37 | 11 | 36 | 67 |
| Binary | 10101111 | 1110110 | 1101100 | 0 | 100001 | 100110 | 11111 | 1001 | 11110 | 110111 |
Color Harmonies of #AF766C
Complementary color
Monochromatic Colors of #AF766C
Black with #AF766C
Text Example
Text Example
White with #AF766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF766C; }
p { color: rgb(175,118,108); }
H1.HeaderClassName
{
color: #AF766C;
}
.AnyTagClassName
{
color: #AF766C;
}
</style>
background-color css
<style>
a { background-color: #AF766C; }
a { background-color: rgb(175,118,108); }
div.DivClassName
{
background-color: #AF766C;
}
.BgClassName
{
background-color: #AF766C;
}
</style>
border-color css
<style>
span { border-color: #AF766C; }
span { border-color: rgb(175,118,108); }
td.TdClassName
{
border-color: #AF766C;
}
.TagClassName
{
border-color: #AF766C;
}
</style>