Shades of Coral Tree #AF665D
Tints of Coral Tree #AF665D
RGB
CMYK
RGB Variations
Color information
#AF665D (or 0xAF665D) is known color: Coral Tree. HEX triplet: AF, 66 and 5D. RGB value is (175,102,93). Sum of RGB (Red+Green+Blue) = 175+102+93=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665D is #5099A2. Grayscale: #7A7A7A. Windows color (decimal): -5282211 or 6121135. OLE color: 6121135.
HSL color Cylindrical-coordinate representation of color #AF665D: hue angle of 6.59º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF665D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 93 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.31 |
| HSL | 6.59º | 0.34% | 0.53% | - |
| HSV(B) | 6.59º | 0.47% | 0.69% | - |
| XYZ | 24.41 | 19.41 | 12.82 | - |
| YUV | 122.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 93 | 0 | 0.42 | 0.47 | 0.31 | 6.59 | 0.34 | 0.53 |
| Hex | AF | 66 | 5D | 0 | 2A | 2F | 1F | 7 | 22 | 35 |
| Octal | 257 | 146 | 135 | 0 | 52 | 57 | 37 | 7 | 42 | 65 |
| Binary | 10101111 | 1100110 | 1011101 | 0 | 101010 | 101111 | 11111 | 111 | 100010 | 110101 |
Color Harmonies of #AF665D
Complementary color
Monochromatic Colors of #AF665D
Black with #AF665D
Text Example
Text Example
White with #AF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF665D; }
p { color: rgb(175,102,93); }
H1.HeaderClassName
{
color: #AF665D;
}
.AnyTagClassName
{
color: #AF665D;
}
</style>
background-color css
<style>
a { background-color: #AF665D; }
a { background-color: rgb(175,102,93); }
div.DivClassName
{
background-color: #AF665D;
}
.BgClassName
{
background-color: #AF665D;
}
</style>
border-color css
<style>
span { border-color: #AF665D; }
span { border-color: rgb(175,102,93); }
td.TdClassName
{
border-color: #AF665D;
}
.TagClassName
{
border-color: #AF665D;
}
</style>