Shades of Coral Tree #AF6B5B
Tints of Coral Tree #AF6B5B
RGB
CMYK
RGB Variations
Color information
#AF6B5B (or 0xAF6B5B) is known color: Coral Tree. HEX triplet: AF, 6B and 5B. RGB value is (175,107,91). Sum of RGB (Red+Green+Blue) = 175+107+91=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B5B is #5094A4. Grayscale: #7D7D7D. Windows color (decimal): -5280933 or 5991343. OLE color: 5991343.
HSL color Cylindrical-coordinate representation of color #AF6B5B: hue angle of 11.43º 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 #AF6B5B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 91 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.31 |
| HSL | 11.43º | 0.34% | 0.52% | - |
| HSV(B) | 11.43º | 0.48% | 0.69% | - |
| XYZ | 24.83 | 20.38 | 12.52 | - |
| YUV | 125.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 91 | 0 | 0.39 | 0.48 | 0.31 | 11.43 | 0.34 | 0.52 |
| Hex | AF | 6B | 5B | 0 | 27 | 30 | 1F | B | 22 | 34 |
| Octal | 257 | 153 | 133 | 0 | 47 | 60 | 37 | 13 | 42 | 64 |
| Binary | 10101111 | 1101011 | 1011011 | 0 | 100111 | 110000 | 11111 | 1011 | 100010 | 110100 |
Color Harmonies of #AF6B5B
Complementary color
Monochromatic Colors of #AF6B5B
Black with #AF6B5B
Text Example
Text Example
White with #AF6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B5B; }
p { color: rgb(175,107,91); }
H1.HeaderClassName
{
color: #AF6B5B;
}
.AnyTagClassName
{
color: #AF6B5B;
}
</style>
background-color css
<style>
a { background-color: #AF6B5B; }
a { background-color: rgb(175,107,91); }
div.DivClassName
{
background-color: #AF6B5B;
}
.BgClassName
{
background-color: #AF6B5B;
}
</style>
border-color css
<style>
span { border-color: #AF6B5B; }
span { border-color: rgb(175,107,91); }
td.TdClassName
{
border-color: #AF6B5B;
}
.TagClassName
{
border-color: #AF6B5B;
}
</style>