Shades of Coral Tree #AF605B
Tints of Coral Tree #AF605B
RGB
CMYK
RGB Variations
Color information
#AF605B (or 0xAF605B) is known color: Coral Tree. HEX triplet: AF, 60 and 5B. RGB value is (175,96,91). Sum of RGB (Red+Green+Blue) = 175+96+91=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605B is #509FA4. Grayscale: #777777. Windows color (decimal): -5283749 or 5988527. OLE color: 5988527.
HSL color Cylindrical-coordinate representation of color #AF605B: hue angle of 3.57º 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 #AF605B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 91 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.31 |
| HSL | 3.57º | 0.34% | 0.52% | - |
| HSV(B) | 3.57º | 0.48% | 0.69% | - |
| XYZ | 23.75 | 18.24 | 12.17 | - |
| YUV | 119.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 91 | 0 | 0.45 | 0.48 | 0.31 | 3.57 | 0.34 | 0.52 |
| Hex | AF | 60 | 5B | 0 | 2D | 30 | 1F | 4 | 22 | 34 |
| Octal | 257 | 140 | 133 | 0 | 55 | 60 | 37 | 4 | 42 | 64 |
| Binary | 10101111 | 1100000 | 1011011 | 0 | 101101 | 110000 | 11111 | 100 | 100010 | 110100 |
Color Harmonies of #AF605B
Complementary color
Monochromatic Colors of #AF605B
Black with #AF605B
Text Example
Text Example
White with #AF605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF605B; }
p { color: rgb(175,96,91); }
H1.HeaderClassName
{
color: #AF605B;
}
.AnyTagClassName
{
color: #AF605B;
}
</style>
background-color css
<style>
a { background-color: #AF605B; }
a { background-color: rgb(175,96,91); }
div.DivClassName
{
background-color: #AF605B;
}
.BgClassName
{
background-color: #AF605B;
}
</style>
border-color css
<style>
span { border-color: #AF605B; }
span { border-color: rgb(175,96,91); }
td.TdClassName
{
border-color: #AF605B;
}
.TagClassName
{
border-color: #AF605B;
}
</style>