Shades of Coral Tree #AF736B
Tints of Coral Tree #AF736B
RGB
CMYK
RGB Variations
Color information
#AF736B (or 0xAF736B) is known color: Coral Tree. HEX triplet: AF, 73 and 6B. RGB value is (175,115,107). Sum of RGB (Red+Green+Blue) = 175+115+107=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF736B is #508C94. Grayscale: #848484. Windows color (decimal): -5278869 or 7041967. OLE color: 7041967.
HSL color Cylindrical-coordinate representation of color #AF736B: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF736B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 107 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.31 |
| HSL | 7.06º | 0.3% | 0.55% | - |
| HSV(B) | 7.06º | 0.39% | 0.69% | - |
| XYZ | 26.46 | 22.44 | 16.85 | - |
| YUV | 132.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 107 | 0 | 0.34 | 0.39 | 0.31 | 7.06 | 0.3 | 0.55 |
| Hex | AF | 73 | 6B | 0 | 22 | 27 | 1F | 7 | 1E | 37 |
| Octal | 257 | 163 | 153 | 0 | 42 | 47 | 37 | 7 | 36 | 67 |
| Binary | 10101111 | 1110011 | 1101011 | 0 | 100010 | 100111 | 11111 | 111 | 11110 | 110111 |
Color Harmonies of #AF736B
Complementary color
Monochromatic Colors of #AF736B
Black with #AF736B
Text Example
Text Example
White with #AF736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF736B; }
p { color: rgb(175,115,107); }
H1.HeaderClassName
{
color: #AF736B;
}
.AnyTagClassName
{
color: #AF736B;
}
</style>
background-color css
<style>
a { background-color: #AF736B; }
a { background-color: rgb(175,115,107); }
div.DivClassName
{
background-color: #AF736B;
}
.BgClassName
{
background-color: #AF736B;
}
</style>
border-color css
<style>
span { border-color: #AF736B; }
span { border-color: rgb(175,115,107); }
td.TdClassName
{
border-color: #AF736B;
}
.TagClassName
{
border-color: #AF736B;
}
</style>