Shades of Coral Tree #AF645B
Tints of Coral Tree #AF645B
RGB
CMYK
RGB Variations
Color information
#AF645B (or 0xAF645B) is known color: Coral Tree. HEX triplet: AF, 64 and 5B. RGB value is (175,100,91). Sum of RGB (Red+Green+Blue) = 175+100+91=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645B is #509BA4. Grayscale: #797979. Windows color (decimal): -5282725 or 5989551. OLE color: 5989551.
HSL color Cylindrical-coordinate representation of color #AF645B: hue angle of 6.43º 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 #AF645B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 91 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.31 |
| HSL | 6.43º | 0.34% | 0.52% | - |
| HSV(B) | 6.43º | 0.48% | 0.69% | - |
| XYZ | 24.12 | 18.98 | 12.29 | - |
| YUV | 121.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 91 | 0 | 0.43 | 0.48 | 0.31 | 6.43 | 0.34 | 0.52 |
| Hex | AF | 64 | 5B | 0 | 2B | 30 | 1F | 6 | 22 | 34 |
| Octal | 257 | 144 | 133 | 0 | 53 | 60 | 37 | 6 | 42 | 64 |
| Binary | 10101111 | 1100100 | 1011011 | 0 | 101011 | 110000 | 11111 | 110 | 100010 | 110100 |
Color Harmonies of #AF645B
Complementary color
Monochromatic Colors of #AF645B
Black with #AF645B
Text Example
Text Example
White with #AF645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF645B; }
p { color: rgb(175,100,91); }
H1.HeaderClassName
{
color: #AF645B;
}
.AnyTagClassName
{
color: #AF645B;
}
</style>
background-color css
<style>
a { background-color: #AF645B; }
a { background-color: rgb(175,100,91); }
div.DivClassName
{
background-color: #AF645B;
}
.BgClassName
{
background-color: #AF645B;
}
</style>
border-color css
<style>
span { border-color: #AF645B; }
span { border-color: rgb(175,100,91); }
td.TdClassName
{
border-color: #AF645B;
}
.TagClassName
{
border-color: #AF645B;
}
</style>