Shades of Coral Tree #AF665E
Tints of Coral Tree #AF665E
RGB
CMYK
RGB Variations
Color information
#AF665E (or 0xAF665E) is known color: Coral Tree. HEX triplet: AF, 66 and 5E. RGB value is (175,102,94). Sum of RGB (Red+Green+Blue) = 175+102+94=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665E is #5099A1. Grayscale: #7B7B7B. Windows color (decimal): -5282210 or 6186671. OLE color: 6186671.
HSL color Cylindrical-coordinate representation of color #AF665E: hue angle of 5.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF665E is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 94 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.31 |
| HSL | 5.93º | 0.34% | 0.53% | - |
| HSV(B) | 5.93º | 0.46% | 0.69% | - |
| XYZ | 24.45 | 19.42 | 13.05 | - |
| YUV | 122.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 94 | 0 | 0.42 | 0.46 | 0.31 | 5.93 | 0.34 | 0.53 |
| Hex | AF | 66 | 5E | 0 | 2A | 2E | 1F | 6 | 22 | 35 |
| Octal | 257 | 146 | 136 | 0 | 52 | 56 | 37 | 6 | 42 | 65 |
| Binary | 10101111 | 1100110 | 1011110 | 0 | 101010 | 101110 | 11111 | 110 | 100010 | 110101 |
Color Harmonies of #AF665E
Complementary color
Monochromatic Colors of #AF665E
Black with #AF665E
Text Example
Text Example
White with #AF665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF665E; }
p { color: rgb(175,102,94); }
H1.HeaderClassName
{
color: #AF665E;
}
.AnyTagClassName
{
color: #AF665E;
}
</style>
background-color css
<style>
a { background-color: #AF665E; }
a { background-color: rgb(175,102,94); }
div.DivClassName
{
background-color: #AF665E;
}
.BgClassName
{
background-color: #AF665E;
}
</style>
border-color css
<style>
span { border-color: #AF665E; }
span { border-color: rgb(175,102,94); }
td.TdClassName
{
border-color: #AF665E;
}
.TagClassName
{
border-color: #AF665E;
}
</style>