Shades of Coral Tree #AF6A5B
Tints of Coral Tree #AF6A5B
RGB
CMYK
RGB Variations
Color information
#AF6A5B (or 0xAF6A5B) is known color: Coral Tree. HEX triplet: AF, 6A and 5B. RGB value is (175,106,91). Sum of RGB (Red+Green+Blue) = 175+106+91=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5B is #5095A4. Grayscale: #7D7D7D. Windows color (decimal): -5281189 or 5991087. OLE color: 5991087.
HSL color Cylindrical-coordinate representation of color #AF6A5B: hue angle of 10.71º 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 #AF6A5B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 91 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.31 |
| HSL | 10.71º | 0.34% | 0.52% | - |
| HSV(B) | 10.71º | 0.48% | 0.69% | - |
| XYZ | 24.72 | 20.18 | 12.49 | - |
| YUV | 124.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 91 | 0 | 0.39 | 0.48 | 0.31 | 10.71 | 0.34 | 0.52 |
| Hex | AF | 6A | 5B | 0 | 27 | 30 | 1F | B | 22 | 34 |
| Octal | 257 | 152 | 133 | 0 | 47 | 60 | 37 | 13 | 42 | 64 |
| Binary | 10101111 | 1101010 | 1011011 | 0 | 100111 | 110000 | 11111 | 1011 | 100010 | 110100 |
Color Harmonies of #AF6A5B
Complementary color
Monochromatic Colors of #AF6A5B
Black with #AF6A5B
Text Example
Text Example
White with #AF6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A5B; }
p { color: rgb(175,106,91); }
H1.HeaderClassName
{
color: #AF6A5B;
}
.AnyTagClassName
{
color: #AF6A5B;
}
</style>
background-color css
<style>
a { background-color: #AF6A5B; }
a { background-color: rgb(175,106,91); }
div.DivClassName
{
background-color: #AF6A5B;
}
.BgClassName
{
background-color: #AF6A5B;
}
</style>
border-color css
<style>
span { border-color: #AF6A5B; }
span { border-color: rgb(175,106,91); }
td.TdClassName
{
border-color: #AF6A5B;
}
.TagClassName
{
border-color: #AF6A5B;
}
</style>