Shades of Coral Tree #AF675D
Tints of Coral Tree #AF675D
RGB
CMYK
RGB Variations
Color information
#AF675D (or 0xAF675D) is known color: Coral Tree. HEX triplet: AF, 67 and 5D. RGB value is (175,103,93). Sum of RGB (Red+Green+Blue) = 175+103+93=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF675D is #5098A2. Grayscale: #7B7B7B. Windows color (decimal): -5281955 or 6121391. OLE color: 6121391.
HSL color Cylindrical-coordinate representation of color #AF675D: hue angle of 7.32º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF675D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 93 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.31 |
| HSL | 7.32º | 0.34% | 0.53% | - |
| HSV(B) | 7.32º | 0.47% | 0.69% | - |
| XYZ | 24.51 | 19.6 | 12.85 | - |
| YUV | 123.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 93 | 0 | 0.41 | 0.47 | 0.31 | 7.32 | 0.34 | 0.53 |
| Hex | AF | 67 | 5D | 0 | 29 | 2F | 1F | 7 | 22 | 35 |
| Octal | 257 | 147 | 135 | 0 | 51 | 57 | 37 | 7 | 42 | 65 |
| Binary | 10101111 | 1100111 | 1011101 | 0 | 101001 | 101111 | 11111 | 111 | 100010 | 110101 |
Color Harmonies of #AF675D
Complementary color
Monochromatic Colors of #AF675D
Black with #AF675D
Text Example
Text Example
White with #AF675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF675D; }
p { color: rgb(175,103,93); }
H1.HeaderClassName
{
color: #AF675D;
}
.AnyTagClassName
{
color: #AF675D;
}
</style>
background-color css
<style>
a { background-color: #AF675D; }
a { background-color: rgb(175,103,93); }
div.DivClassName
{
background-color: #AF675D;
}
.BgClassName
{
background-color: #AF675D;
}
</style>
border-color css
<style>
span { border-color: #AF675D; }
span { border-color: rgb(175,103,93); }
td.TdClassName
{
border-color: #AF675D;
}
.TagClassName
{
border-color: #AF675D;
}
</style>