Shades of Coral Tree #AF665F
Tints of Coral Tree #AF665F
RGB
CMYK
RGB Variations
Color information
#AF665F (or 0xAF665F) is known color: Coral Tree. HEX triplet: AF, 66 and 5F. RGB value is (175,102,95). Sum of RGB (Red+Green+Blue) = 175+102+95=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665F is #5099A0. Grayscale: #7B7B7B. Windows color (decimal): -5282209 or 6252207. OLE color: 6252207.
HSL color Cylindrical-coordinate representation of color #AF665F: hue angle of 5.25º degrees, saturation: 0.33, 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 #AF665F is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 95 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.31 |
| HSL | 5.25º | 0.33% | 0.53% | - |
| HSV(B) | 5.25º | 0.46% | 0.69% | - |
| XYZ | 24.5 | 19.44 | 13.29 | - |
| YUV | 123.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 95 | 0 | 0.42 | 0.46 | 0.31 | 5.25 | 0.33 | 0.53 |
| Hex | AF | 66 | 5F | 0 | 2A | 2E | 1F | 5 | 21 | 35 |
| Octal | 257 | 146 | 137 | 0 | 52 | 56 | 37 | 5 | 41 | 65 |
| Binary | 10101111 | 1100110 | 1011111 | 0 | 101010 | 101110 | 11111 | 101 | 100001 | 110101 |
Color Harmonies of #AF665F
Complementary color
Monochromatic Colors of #AF665F
Black with #AF665F
Text Example
Text Example
White with #AF665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF665F; }
p { color: rgb(175,102,95); }
H1.HeaderClassName
{
color: #AF665F;
}
.AnyTagClassName
{
color: #AF665F;
}
</style>
background-color css
<style>
a { background-color: #AF665F; }
a { background-color: rgb(175,102,95); }
div.DivClassName
{
background-color: #AF665F;
}
.BgClassName
{
background-color: #AF665F;
}
</style>
border-color css
<style>
span { border-color: #AF665F; }
span { border-color: rgb(175,102,95); }
td.TdClassName
{
border-color: #AF665F;
}
.TagClassName
{
border-color: #AF665F;
}
</style>