Shades of Coral Tree #AF6764
Tints of Coral Tree #AF6764
RGB
CMYK
RGB Variations
Color information
#AF6764 (or 0xAF6764) is known color: Coral Tree. HEX triplet: AF, 67 and 64. RGB value is (175,103,100). Sum of RGB (Red+Green+Blue) = 175+103+100=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6764 is #50989B. Grayscale: #7C7C7C. Windows color (decimal): -5281948 or 6580143. OLE color: 6580143.
HSL color Cylindrical-coordinate representation of color #AF6764: hue angle of 2.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6764 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 100 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.31 |
| HSL | 2.4º | 0.32% | 0.54% | - |
| HSV(B) | 2.4º | 0.43% | 0.69% | - |
| XYZ | 24.83 | 19.73 | 14.56 | - |
| YUV | 124.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 100 | 0 | 0.41 | 0.43 | 0.31 | 2.4 | 0.32 | 0.54 |
| Hex | AF | 67 | 64 | 0 | 29 | 2B | 1F | 2 | 20 | 36 |
| Octal | 257 | 147 | 144 | 0 | 51 | 53 | 37 | 2 | 40 | 66 |
| Binary | 10101111 | 1100111 | 1100100 | 0 | 101001 | 101011 | 11111 | 10 | 100000 | 110110 |
Color Harmonies of #AF6764
Complementary color
Monochromatic Colors of #AF6764
Black with #AF6764
Text Example
Text Example
White with #AF6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6764; }
p { color: rgb(175,103,100); }
H1.HeaderClassName
{
color: #AF6764;
}
.AnyTagClassName
{
color: #AF6764;
}
</style>
background-color css
<style>
a { background-color: #AF6764; }
a { background-color: rgb(175,103,100); }
div.DivClassName
{
background-color: #AF6764;
}
.BgClassName
{
background-color: #AF6764;
}
</style>
border-color css
<style>
span { border-color: #AF6764; }
span { border-color: rgb(175,103,100); }
td.TdClassName
{
border-color: #AF6764;
}
.TagClassName
{
border-color: #AF6764;
}
</style>