Shades of Coral Tree #AF655B
Tints of Coral Tree #AF655B
RGB
CMYK
RGB Variations
Color information
#AF655B (or 0xAF655B) is known color: Coral Tree. HEX triplet: AF, 65 and 5B. RGB value is (175,101,91). Sum of RGB (Red+Green+Blue) = 175+101+91=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF655B is #509AA4. Grayscale: #7A7A7A. Windows color (decimal): -5282469 or 5989807. OLE color: 5989807.
HSL color Cylindrical-coordinate representation of color #AF655B: hue angle of 7.14º 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 #AF655B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 91 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.31 |
| HSL | 7.14º | 0.34% | 0.52% | - |
| HSV(B) | 7.14º | 0.48% | 0.69% | - |
| XYZ | 24.22 | 19.18 | 12.32 | - |
| YUV | 121.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 91 | 0 | 0.42 | 0.48 | 0.31 | 7.14 | 0.34 | 0.52 |
| Hex | AF | 65 | 5B | 0 | 2A | 30 | 1F | 7 | 22 | 34 |
| Octal | 257 | 145 | 133 | 0 | 52 | 60 | 37 | 7 | 42 | 64 |
| Binary | 10101111 | 1100101 | 1011011 | 0 | 101010 | 110000 | 11111 | 111 | 100010 | 110100 |
Color Harmonies of #AF655B
Complementary color
Monochromatic Colors of #AF655B
Black with #AF655B
Text Example
Text Example
White with #AF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF655B; }
p { color: rgb(175,101,91); }
H1.HeaderClassName
{
color: #AF655B;
}
.AnyTagClassName
{
color: #AF655B;
}
</style>
background-color css
<style>
a { background-color: #AF655B; }
a { background-color: rgb(175,101,91); }
div.DivClassName
{
background-color: #AF655B;
}
.BgClassName
{
background-color: #AF655B;
}
</style>
border-color css
<style>
span { border-color: #AF655B; }
span { border-color: rgb(175,101,91); }
td.TdClassName
{
border-color: #AF655B;
}
.TagClassName
{
border-color: #AF655B;
}
</style>