Shades of Coral Tree #AF7966
Tints of Coral Tree #AF7966
RGB
CMYK
RGB Variations
Color information
#AF7966 (or 0xAF7966) is known color: Coral Tree. HEX triplet: AF, 79 and 66. RGB value is (175,121,102). Sum of RGB (Red+Green+Blue) = 175+121+102=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7966 is #508699. Grayscale: #878787. Windows color (decimal): -5277338 or 6715823. OLE color: 6715823.
HSL color Cylindrical-coordinate representation of color #AF7966: hue angle of 15.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7966 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 102 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.31 |
| HSL | 15.62º | 0.31% | 0.54% | - |
| HSV(B) | 15.62º | 0.42% | 0.69% | - |
| XYZ | 26.91 | 23.75 | 15.74 | - |
| YUV | 134.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 102 | 0 | 0.31 | 0.42 | 0.31 | 15.62 | 0.31 | 0.54 |
| Hex | AF | 79 | 66 | 0 | 1F | 2A | 1F | 10 | 1F | 36 |
| Octal | 257 | 171 | 146 | 0 | 37 | 52 | 37 | 20 | 37 | 66 |
| Binary | 10101111 | 1111001 | 1100110 | 0 | 11111 | 101010 | 11111 | 10000 | 11111 | 110110 |
Color Harmonies of #AF7966
Complementary color
Monochromatic Colors of #AF7966
Black with #AF7966
Text Example
Text Example
White with #AF7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7966; }
p { color: rgb(175,121,102); }
H1.HeaderClassName
{
color: #AF7966;
}
.AnyTagClassName
{
color: #AF7966;
}
</style>
background-color css
<style>
a { background-color: #AF7966; }
a { background-color: rgb(175,121,102); }
div.DivClassName
{
background-color: #AF7966;
}
.BgClassName
{
background-color: #AF7966;
}
</style>
border-color css
<style>
span { border-color: #AF7966; }
span { border-color: rgb(175,121,102); }
td.TdClassName
{
border-color: #AF7966;
}
.TagClassName
{
border-color: #AF7966;
}
</style>