Shades of Coral Tree #AF756F
Tints of Coral Tree #AF756F
RGB
CMYK
RGB Variations
Color information
#AF756F (or 0xAF756F) is known color: Coral Tree. HEX triplet: AF, 75 and 6F. RGB value is (175,117,111). Sum of RGB (Red+Green+Blue) = 175+117+111=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF756F is #508A90. Grayscale: #858585. Windows color (decimal): -5278353 or 7304623. OLE color: 7304623.
HSL color Cylindrical-coordinate representation of color #AF756F: hue angle of 5.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF756F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 111 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.31 |
| HSL | 5.63º | 0.29% | 0.56% | - |
| HSV(B) | 5.63º | 0.37% | 0.69% | - |
| XYZ | 26.91 | 22.98 | 18.06 | - |
| YUV | 133.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 111 | 0 | 0.33 | 0.37 | 0.31 | 5.63 | 0.29 | 0.56 |
| Hex | AF | 75 | 6F | 0 | 21 | 25 | 1F | 6 | 1D | 38 |
| Octal | 257 | 165 | 157 | 0 | 41 | 45 | 37 | 6 | 35 | 70 |
| Binary | 10101111 | 1110101 | 1101111 | 0 | 100001 | 100101 | 11111 | 110 | 11101 | 111000 |
Color Harmonies of #AF756F
Complementary color
Monochromatic Colors of #AF756F
Black with #AF756F
Text Example
Text Example
White with #AF756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF756F; }
p { color: rgb(175,117,111); }
H1.HeaderClassName
{
color: #AF756F;
}
.AnyTagClassName
{
color: #AF756F;
}
</style>
background-color css
<style>
a { background-color: #AF756F; }
a { background-color: rgb(175,117,111); }
div.DivClassName
{
background-color: #AF756F;
}
.BgClassName
{
background-color: #AF756F;
}
</style>
border-color css
<style>
span { border-color: #AF756F; }
span { border-color: rgb(175,117,111); }
td.TdClassName
{
border-color: #AF756F;
}
.TagClassName
{
border-color: #AF756F;
}
</style>