Shades of Coral Tree #AF685B
Tints of Coral Tree #AF685B
RGB
CMYK
RGB Variations
Color information
#AF685B (or 0xAF685B) is known color: Coral Tree. HEX triplet: AF, 68 and 5B. RGB value is (175,104,91). Sum of RGB (Red+Green+Blue) = 175+104+91=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF685B is #5097A4. Grayscale: #7B7B7B. Windows color (decimal): -5281701 or 5990575. OLE color: 5990575.
HSL color Cylindrical-coordinate representation of color #AF685B: hue angle of 9.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF685B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 91 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.31 |
| HSL | 9.29º | 0.34% | 0.52% | - |
| HSV(B) | 9.29º | 0.48% | 0.69% | - |
| XYZ | 24.52 | 19.77 | 12.42 | - |
| YUV | 123.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 91 | 0 | 0.41 | 0.48 | 0.31 | 9.29 | 0.34 | 0.52 |
| Hex | AF | 68 | 5B | 0 | 29 | 30 | 1F | 9 | 22 | 34 |
| Octal | 257 | 150 | 133 | 0 | 51 | 60 | 37 | 11 | 42 | 64 |
| Binary | 10101111 | 1101000 | 1011011 | 0 | 101001 | 110000 | 11111 | 1001 | 100010 | 110100 |
Color Harmonies of #AF685B
Complementary color
Monochromatic Colors of #AF685B
Black with #AF685B
Text Example
Text Example
White with #AF685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF685B; }
p { color: rgb(175,104,91); }
H1.HeaderClassName
{
color: #AF685B;
}
.AnyTagClassName
{
color: #AF685B;
}
</style>
background-color css
<style>
a { background-color: #AF685B; }
a { background-color: rgb(175,104,91); }
div.DivClassName
{
background-color: #AF685B;
}
.BgClassName
{
background-color: #AF685B;
}
</style>
border-color css
<style>
span { border-color: #AF685B; }
span { border-color: rgb(175,104,91); }
td.TdClassName
{
border-color: #AF685B;
}
.TagClassName
{
border-color: #AF685B;
}
</style>