Shades of Coral Tree #AF665B
Tints of Coral Tree #AF665B
RGB
CMYK
RGB Variations
Color information
#AF665B (or 0xAF665B) is known color: Coral Tree. HEX triplet: AF, 66 and 5B. RGB value is (175,102,91). Sum of RGB (Red+Green+Blue) = 175+102+91=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF665B is #5099A4. Grayscale: #7A7A7A. Windows color (decimal): -5282213 or 5990063. OLE color: 5990063.
HSL color Cylindrical-coordinate representation of color #AF665B: hue angle of 7.86º 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 #AF665B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 91 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.31 |
| HSL | 7.86º | 0.34% | 0.52% | - |
| HSV(B) | 7.86º | 0.48% | 0.69% | - |
| XYZ | 24.32 | 19.37 | 12.35 | - |
| YUV | 122.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 91 | 0 | 0.42 | 0.48 | 0.31 | 7.86 | 0.34 | 0.52 |
| Hex | AF | 66 | 5B | 0 | 2A | 30 | 1F | 8 | 22 | 34 |
| Octal | 257 | 146 | 133 | 0 | 52 | 60 | 37 | 10 | 42 | 64 |
| Binary | 10101111 | 1100110 | 1011011 | 0 | 101010 | 110000 | 11111 | 1000 | 100010 | 110100 |
Color Harmonies of #AF665B
Complementary color
Monochromatic Colors of #AF665B
Black with #AF665B
Text Example
Text Example
White with #AF665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF665B; }
p { color: rgb(175,102,91); }
H1.HeaderClassName
{
color: #AF665B;
}
.AnyTagClassName
{
color: #AF665B;
}
</style>
background-color css
<style>
a { background-color: #AF665B; }
a { background-color: rgb(175,102,91); }
div.DivClassName
{
background-color: #AF665B;
}
.BgClassName
{
background-color: #AF665B;
}
</style>
border-color css
<style>
span { border-color: #AF665B; }
span { border-color: rgb(175,102,91); }
td.TdClassName
{
border-color: #AF665B;
}
.TagClassName
{
border-color: #AF665B;
}
</style>