Shades of Coral Tree #AF6B64
Tints of Coral Tree #AF6B64
RGB
CMYK
RGB Variations
Color information
#AF6B64 (or 0xAF6B64) is known color: Coral Tree. HEX triplet: AF, 6B and 64. RGB value is (175,107,100). Sum of RGB (Red+Green+Blue) = 175+107+100=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B64 is #50949B. Grayscale: #7E7E7E. Windows color (decimal): -5280924 or 6581167. OLE color: 6581167.
HSL color Cylindrical-coordinate representation of color #AF6B64: hue angle of 5.6º 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 #AF6B64 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 100 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.31 |
| HSL | 5.6º | 0.32% | 0.54% | - |
| HSV(B) | 5.6º | 0.43% | 0.69% | - |
| XYZ | 25.24 | 20.55 | 14.69 | - |
| YUV | 126.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 100 | 0 | 0.39 | 0.43 | 0.31 | 5.6 | 0.32 | 0.54 |
| Hex | AF | 6B | 64 | 0 | 27 | 2B | 1F | 6 | 20 | 36 |
| Octal | 257 | 153 | 144 | 0 | 47 | 53 | 37 | 6 | 40 | 66 |
| Binary | 10101111 | 1101011 | 1100100 | 0 | 100111 | 101011 | 11111 | 110 | 100000 | 110110 |
Color Harmonies of #AF6B64
Complementary color
Monochromatic Colors of #AF6B64
Black with #AF6B64
Text Example
Text Example
White with #AF6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B64; }
p { color: rgb(175,107,100); }
H1.HeaderClassName
{
color: #AF6B64;
}
.AnyTagClassName
{
color: #AF6B64;
}
</style>
background-color css
<style>
a { background-color: #AF6B64; }
a { background-color: rgb(175,107,100); }
div.DivClassName
{
background-color: #AF6B64;
}
.BgClassName
{
background-color: #AF6B64;
}
</style>
border-color css
<style>
span { border-color: #AF6B64; }
span { border-color: rgb(175,107,100); }
td.TdClassName
{
border-color: #AF6B64;
}
.TagClassName
{
border-color: #AF6B64;
}
</style>