Shades of Coral Tree #AF776A
Tints of Coral Tree #AF776A
RGB
CMYK
RGB Variations
Color information
#AF776A (or 0xAF776A) is known color: Coral Tree. HEX triplet: AF, 77 and 6A. RGB value is (175,119,106). Sum of RGB (Red+Green+Blue) = 175+119+106=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF776A is #508895. Grayscale: #868686. Windows color (decimal): -5277846 or 6977455. OLE color: 6977455.
HSL color Cylindrical-coordinate representation of color #AF776A: hue angle of 11.3º 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 #AF776A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 106 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.31 |
| HSL | 11.3º | 0.3% | 0.55% | - |
| HSV(B) | 11.3º | 0.39% | 0.69% | - |
| XYZ | 26.88 | 23.35 | 16.73 | - |
| YUV | 134.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 106 | 0 | 0.32 | 0.39 | 0.31 | 11.3 | 0.3 | 0.55 |
| Hex | AF | 77 | 6A | 0 | 20 | 27 | 1F | B | 1E | 37 |
| Octal | 257 | 167 | 152 | 0 | 40 | 47 | 37 | 13 | 36 | 67 |
| Binary | 10101111 | 1110111 | 1101010 | 0 | 100000 | 100111 | 11111 | 1011 | 11110 | 110111 |
Color Harmonies of #AF776A
Complementary color
Monochromatic Colors of #AF776A
Black with #AF776A
Text Example
Text Example
White with #AF776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF776A; }
p { color: rgb(175,119,106); }
H1.HeaderClassName
{
color: #AF776A;
}
.AnyTagClassName
{
color: #AF776A;
}
</style>
background-color css
<style>
a { background-color: #AF776A; }
a { background-color: rgb(175,119,106); }
div.DivClassName
{
background-color: #AF776A;
}
.BgClassName
{
background-color: #AF776A;
}
</style>
border-color css
<style>
span { border-color: #AF776A; }
span { border-color: rgb(175,119,106); }
td.TdClassName
{
border-color: #AF776A;
}
.TagClassName
{
border-color: #AF776A;
}
</style>