Shades of Coral Tree #AF776E
Tints of Coral Tree #AF776E
RGB
CMYK
RGB Variations
Color information
#AF776E (or 0xAF776E) is known color: Coral Tree. HEX triplet: AF, 77 and 6E. RGB value is (175,119,110). Sum of RGB (Red+Green+Blue) = 175+119+110=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776E is #508891. Grayscale: #868686. Windows color (decimal): -5277842 or 7239599. OLE color: 7239599.
HSL color Cylindrical-coordinate representation of color #AF776E: hue angle of 8.31º 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 #AF776E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 110 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.31 |
| HSL | 8.31º | 0.29% | 0.56% | - |
| HSV(B) | 8.31º | 0.37% | 0.69% | - |
| XYZ | 27.09 | 23.43 | 17.85 | - |
| YUV | 134.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 110 | 0 | 0.32 | 0.37 | 0.31 | 8.31 | 0.29 | 0.56 |
| Hex | AF | 77 | 6E | 0 | 20 | 25 | 1F | 8 | 1D | 38 |
| Octal | 257 | 167 | 156 | 0 | 40 | 45 | 37 | 10 | 35 | 70 |
| Binary | 10101111 | 1110111 | 1101110 | 0 | 100000 | 100101 | 11111 | 1000 | 11101 | 111000 |
Color Harmonies of #AF776E
Complementary color
Monochromatic Colors of #AF776E
Black with #AF776E
Text Example
Text Example
White with #AF776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF776E; }
p { color: rgb(175,119,110); }
H1.HeaderClassName
{
color: #AF776E;
}
.AnyTagClassName
{
color: #AF776E;
}
</style>
background-color css
<style>
a { background-color: #AF776E; }
a { background-color: rgb(175,119,110); }
div.DivClassName
{
background-color: #AF776E;
}
.BgClassName
{
background-color: #AF776E;
}
</style>
border-color css
<style>
span { border-color: #AF776E; }
span { border-color: rgb(175,119,110); }
td.TdClassName
{
border-color: #AF776E;
}
.TagClassName
{
border-color: #AF776E;
}
</style>