Shades of Coral Tree #AF776B
Tints of Coral Tree #AF776B
RGB
CMYK
RGB Variations
Color information
#AF776B (or 0xAF776B) is known color: Coral Tree. HEX triplet: AF, 77 and 6B. RGB value is (175,119,107). Sum of RGB (Red+Green+Blue) = 175+119+107=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776B is #508894. Grayscale: #868686. Windows color (decimal): -5277845 or 7042991. OLE color: 7042991.
HSL color Cylindrical-coordinate representation of color #AF776B: hue angle of 10.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF776B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 107 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.31 |
| HSL | 10.59º | 0.3% | 0.55% | - |
| HSV(B) | 10.59º | 0.39% | 0.69% | - |
| XYZ | 26.93 | 23.37 | 17 | - |
| YUV | 134.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 107 | 0 | 0.32 | 0.39 | 0.31 | 10.59 | 0.3 | 0.55 |
| Hex | AF | 77 | 6B | 0 | 20 | 27 | 1F | B | 1E | 37 |
| Octal | 257 | 167 | 153 | 0 | 40 | 47 | 37 | 13 | 36 | 67 |
| Binary | 10101111 | 1110111 | 1101011 | 0 | 100000 | 100111 | 11111 | 1011 | 11110 | 110111 |
Color Harmonies of #AF776B
Complementary color
Monochromatic Colors of #AF776B
Black with #AF776B
Text Example
Text Example
White with #AF776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF776B; }
p { color: rgb(175,119,107); }
H1.HeaderClassName
{
color: #AF776B;
}
.AnyTagClassName
{
color: #AF776B;
}
</style>
background-color css
<style>
a { background-color: #AF776B; }
a { background-color: rgb(175,119,107); }
div.DivClassName
{
background-color: #AF776B;
}
.BgClassName
{
background-color: #AF776B;
}
</style>
border-color css
<style>
span { border-color: #AF776B; }
span { border-color: rgb(175,119,107); }
td.TdClassName
{
border-color: #AF776B;
}
.TagClassName
{
border-color: #AF776B;
}
</style>