Shades of Coral Tree #AF635A
Tints of Coral Tree #AF635A
RGB
CMYK
RGB Variations
Color information
#AF635A (or 0xAF635A) is known color: Coral Tree. HEX triplet: AF, 63 and 5A. RGB value is (175,99,90). Sum of RGB (Red+Green+Blue) = 175+99+90=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF635A is #509CA5. Grayscale: #787878. Windows color (decimal): -5282982 or 5923759. OLE color: 5923759.
HSL color Cylindrical-coordinate representation of color #AF635A: hue angle of 6.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF635A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 90 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.31 |
| HSL | 6.35º | 0.35% | 0.52% | - |
| HSV(B) | 6.35º | 0.49% | 0.69% | - |
| XYZ | 23.99 | 18.78 | 12.03 | - |
| YUV | 120.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 90 | 0 | 0.43 | 0.49 | 0.31 | 6.35 | 0.35 | 0.52 |
| Hex | AF | 63 | 5A | 0 | 2B | 31 | 1F | 6 | 23 | 34 |
| Octal | 257 | 143 | 132 | 0 | 53 | 61 | 37 | 6 | 43 | 64 |
| Binary | 10101111 | 1100011 | 1011010 | 0 | 101011 | 110001 | 11111 | 110 | 100011 | 110100 |
Color Harmonies of #AF635A
Complementary color
Monochromatic Colors of #AF635A
Black with #AF635A
Text Example
Text Example
White with #AF635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF635A; }
p { color: rgb(175,99,90); }
H1.HeaderClassName
{
color: #AF635A;
}
.AnyTagClassName
{
color: #AF635A;
}
</style>
background-color css
<style>
a { background-color: #AF635A; }
a { background-color: rgb(175,99,90); }
div.DivClassName
{
background-color: #AF635A;
}
.BgClassName
{
background-color: #AF635A;
}
</style>
border-color css
<style>
span { border-color: #AF635A; }
span { border-color: rgb(175,99,90); }
td.TdClassName
{
border-color: #AF635A;
}
.TagClassName
{
border-color: #AF635A;
}
</style>