Shades of Coral Tree #AF766A
Tints of Coral Tree #AF766A
RGB
CMYK
RGB Variations
Color information
#AF766A (or 0xAF766A) is known color: Coral Tree. HEX triplet: AF, 76 and 6A. RGB value is (175,118,106). Sum of RGB (Red+Green+Blue) = 175+118+106=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF766A is #508995. Grayscale: #858585. Windows color (decimal): -5278102 or 6977199. OLE color: 6977199.
HSL color Cylindrical-coordinate representation of color #AF766A: hue angle of 10.43º 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 #AF766A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 106 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.31 |
| HSL | 10.43º | 0.3% | 0.55% | - |
| HSV(B) | 10.43º | 0.39% | 0.69% | - |
| XYZ | 26.76 | 23.11 | 16.69 | - |
| YUV | 133.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 106 | 0 | 0.33 | 0.39 | 0.31 | 10.43 | 0.3 | 0.55 |
| Hex | AF | 76 | 6A | 0 | 21 | 27 | 1F | A | 1E | 37 |
| Octal | 257 | 166 | 152 | 0 | 41 | 47 | 37 | 12 | 36 | 67 |
| Binary | 10101111 | 1110110 | 1101010 | 0 | 100001 | 100111 | 11111 | 1010 | 11110 | 110111 |
Color Harmonies of #AF766A
Complementary color
Monochromatic Colors of #AF766A
Black with #AF766A
Text Example
Text Example
White with #AF766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF766A; }
p { color: rgb(175,118,106); }
H1.HeaderClassName
{
color: #AF766A;
}
.AnyTagClassName
{
color: #AF766A;
}
</style>
background-color css
<style>
a { background-color: #AF766A; }
a { background-color: rgb(175,118,106); }
div.DivClassName
{
background-color: #AF766A;
}
.BgClassName
{
background-color: #AF766A;
}
</style>
border-color css
<style>
span { border-color: #AF766A; }
span { border-color: rgb(175,118,106); }
td.TdClassName
{
border-color: #AF766A;
}
.TagClassName
{
border-color: #AF766A;
}
</style>