Shades of Coral Tree #AF7B6C
Tints of Coral Tree #AF7B6C
RGB
CMYK
RGB Variations
Color information
#AF7B6C (or 0xAF7B6C) is known color: Coral Tree. HEX triplet: AF, 7B and 6C. RGB value is (175,123,108). Sum of RGB (Red+Green+Blue) = 175+123+108=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6C is #508493. Grayscale: #888888. Windows color (decimal): -5276820 or 7109551. OLE color: 7109551.
HSL color Cylindrical-coordinate representation of color #AF7B6C: hue angle of 13.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7B6C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 108 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.31 |
| HSL | 13.43º | 0.3% | 0.55% | - |
| HSV(B) | 13.43º | 0.38% | 0.69% | - |
| XYZ | 27.47 | 24.36 | 17.44 | - |
| YUV | 136.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 108 | 0 | 0.30 | 0.38 | 0.31 | 13.43 | 0.3 | 0.55 |
| Hex | AF | 7B | 6C | 0 | 1E | 26 | 1F | D | 1E | 37 |
| Octal | 257 | 173 | 154 | 0 | 36 | 46 | 37 | 15 | 36 | 67 |
| Binary | 10101111 | 1111011 | 1101100 | 0 | 11110 | 100110 | 11111 | 1101 | 11110 | 110111 |
Color Harmonies of #AF7B6C
Complementary color
Monochromatic Colors of #AF7B6C
Black with #AF7B6C
Text Example
Text Example
White with #AF7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B6C; }
p { color: rgb(175,123,108); }
H1.HeaderClassName
{
color: #AF7B6C;
}
.AnyTagClassName
{
color: #AF7B6C;
}
</style>
background-color css
<style>
a { background-color: #AF7B6C; }
a { background-color: rgb(175,123,108); }
div.DivClassName
{
background-color: #AF7B6C;
}
.BgClassName
{
background-color: #AF7B6C;
}
</style>
border-color css
<style>
span { border-color: #AF7B6C; }
span { border-color: rgb(175,123,108); }
td.TdClassName
{
border-color: #AF7B6C;
}
.TagClassName
{
border-color: #AF7B6C;
}
</style>