Shades of Coral Tree #AF7469
Tints of Coral Tree #AF7469
RGB
CMYK
RGB Variations
Color information
#AF7469 (or 0xAF7469) is known color: Coral Tree. HEX triplet: AF, 74 and 69. RGB value is (175,116,105). Sum of RGB (Red+Green+Blue) = 175+116+105=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7469 is #508B96. Grayscale: #848484. Windows color (decimal): -5278615 or 6911151. OLE color: 6911151.
HSL color Cylindrical-coordinate representation of color #AF7469: hue angle of 9.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7469 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 105 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.31 |
| HSL | 9.43º | 0.3% | 0.55% | - |
| HSV(B) | 9.43º | 0.4% | 0.69% | - |
| XYZ | 26.47 | 22.62 | 16.34 | - |
| YUV | 132.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 105 | 0 | 0.34 | 0.40 | 0.31 | 9.43 | 0.3 | 0.55 |
| Hex | AF | 74 | 69 | 0 | 22 | 28 | 1F | 9 | 1E | 37 |
| Octal | 257 | 164 | 151 | 0 | 42 | 50 | 37 | 11 | 36 | 67 |
| Binary | 10101111 | 1110100 | 1101001 | 0 | 100010 | 101000 | 11111 | 1001 | 11110 | 110111 |
Color Harmonies of #AF7469
Complementary color
Monochromatic Colors of #AF7469
Black with #AF7469
Text Example
Text Example
White with #AF7469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7469; }
p { color: rgb(175,116,105); }
H1.HeaderClassName
{
color: #AF7469;
}
.AnyTagClassName
{
color: #AF7469;
}
</style>
background-color css
<style>
a { background-color: #AF7469; }
a { background-color: rgb(175,116,105); }
div.DivClassName
{
background-color: #AF7469;
}
.BgClassName
{
background-color: #AF7469;
}
</style>
border-color css
<style>
span { border-color: #AF7469; }
span { border-color: rgb(175,116,105); }
td.TdClassName
{
border-color: #AF7469;
}
.TagClassName
{
border-color: #AF7469;
}
</style>