Shades of Coral Tree #AF635B
Tints of Coral Tree #AF635B
RGB
CMYK
RGB Variations
Color information
#AF635B (or 0xAF635B) is known color: Coral Tree. HEX triplet: AF, 63 and 5B. RGB value is (175,99,91). Sum of RGB (Red+Green+Blue) = 175+99+91=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF635B is #509CA4. Grayscale: #787878. Windows color (decimal): -5282981 or 5989295. OLE color: 5989295.
HSL color Cylindrical-coordinate representation of color #AF635B: hue angle of 5.71º 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 #AF635B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 91 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.31 |
| HSL | 5.71º | 0.34% | 0.52% | - |
| HSV(B) | 5.71º | 0.48% | 0.69% | - |
| XYZ | 24.03 | 18.79 | 12.26 | - |
| YUV | 120.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 91 | 0 | 0.43 | 0.48 | 0.31 | 5.71 | 0.34 | 0.52 |
| Hex | AF | 63 | 5B | 0 | 2B | 30 | 1F | 6 | 22 | 34 |
| Octal | 257 | 143 | 133 | 0 | 53 | 60 | 37 | 6 | 42 | 64 |
| Binary | 10101111 | 1100011 | 1011011 | 0 | 101011 | 110000 | 11111 | 110 | 100010 | 110100 |
Color Harmonies of #AF635B
Complementary color
Monochromatic Colors of #AF635B
Black with #AF635B
Text Example
Text Example
White with #AF635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF635B; }
p { color: rgb(175,99,91); }
H1.HeaderClassName
{
color: #AF635B;
}
.AnyTagClassName
{
color: #AF635B;
}
</style>
background-color css
<style>
a { background-color: #AF635B; }
a { background-color: rgb(175,99,91); }
div.DivClassName
{
background-color: #AF635B;
}
.BgClassName
{
background-color: #AF635B;
}
</style>
border-color css
<style>
span { border-color: #AF635B; }
span { border-color: rgb(175,99,91); }
td.TdClassName
{
border-color: #AF635B;
}
.TagClassName
{
border-color: #AF635B;
}
</style>