Shades of Coral Tree #AF7674
Tints of Coral Tree #AF7674
RGB
CMYK
RGB Variations
Color information
#AF7674 (or 0xAF7674) is known color: Coral Tree. HEX triplet: AF, 76 and 74. RGB value is (175,118,116). Sum of RGB (Red+Green+Blue) = 175+118+116=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7674 is #50898B. Grayscale: #868686. Windows color (decimal): -5278092 or 7632559. OLE color: 7632559.
HSL color Cylindrical-coordinate representation of color #AF7674: hue angle of 2.03º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7674 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 116 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.31 |
| HSL | 2.03º | 0.27% | 0.57% | - |
| HSV(B) | 2.03º | 0.34% | 0.69% | - |
| XYZ | 27.31 | 23.33 | 19.59 | - |
| YUV | 134.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 116 | 0 | 0.33 | 0.34 | 0.31 | 2.03 | 0.27 | 0.57 |
| Hex | AF | 76 | 74 | 0 | 21 | 22 | 1F | 2 | 1B | 39 |
| Octal | 257 | 166 | 164 | 0 | 41 | 42 | 37 | 2 | 33 | 71 |
| Binary | 10101111 | 1110110 | 1110100 | 0 | 100001 | 100010 | 11111 | 10 | 11011 | 111001 |
Color Harmonies of #AF7674
Complementary color
Monochromatic Colors of #AF7674
Black with #AF7674
Text Example
Text Example
White with #AF7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7674; }
p { color: rgb(175,118,116); }
H1.HeaderClassName
{
color: #AF7674;
}
.AnyTagClassName
{
color: #AF7674;
}
</style>
background-color css
<style>
a { background-color: #AF7674; }
a { background-color: rgb(175,118,116); }
div.DivClassName
{
background-color: #AF7674;
}
.BgClassName
{
background-color: #AF7674;
}
</style>
border-color css
<style>
span { border-color: #AF7674; }
span { border-color: rgb(175,118,116); }
td.TdClassName
{
border-color: #AF7674;
}
.TagClassName
{
border-color: #AF7674;
}
</style>