Shades of Turmeric #AF8E46
Tints of Turmeric #AF8E46
RGB
CMYK
RGB Variations
Color information
#AF8E46 (or 0xAF8E46) is known color: Turmeric. HEX triplet: AF, 8E and 46. RGB value is (175,142,70). Sum of RGB (Red+Green+Blue) = 175+142+70=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E46 is #5071B9. Grayscale: #8F8F8F. Windows color (decimal): -5271994 or 4624047. OLE color: 4624047.
HSL color Cylindrical-coordinate representation of color #AF8E46: hue angle of 41.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF8E46 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 70 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.31 |
| HSL | 41.14º | 0.43% | 0.48% | - |
| HSV(B) | 41.14º | 0.6% | 0.69% | - |
| XYZ | 28.46 | 28.9 | 9.87 | - |
| YUV | 143.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 70 | 0 | 0.19 | 0.60 | 0.31 | 41.14 | 0.43 | 0.48 |
| Hex | AF | 8E | 46 | 0 | 13 | 3C | 1F | 29 | 2B | 30 |
| Octal | 257 | 216 | 106 | 0 | 23 | 74 | 37 | 51 | 53 | 60 |
| Binary | 10101111 | 10001110 | 1000110 | 0 | 10011 | 111100 | 11111 | 101001 | 101011 | 110000 |
Color Harmonies of #AF8E46
Complementary color
Monochromatic Colors of #AF8E46
Black with #AF8E46
Text Example
Text Example
White with #AF8E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E46; }
p { color: rgb(175,142,70); }
H1.HeaderClassName
{
color: #AF8E46;
}
.AnyTagClassName
{
color: #AF8E46;
}
</style>
background-color css
<style>
a { background-color: #AF8E46; }
a { background-color: rgb(175,142,70); }
div.DivClassName
{
background-color: #AF8E46;
}
.BgClassName
{
background-color: #AF8E46;
}
</style>
border-color css
<style>
span { border-color: #AF8E46; }
span { border-color: rgb(175,142,70); }
td.TdClassName
{
border-color: #AF8E46;
}
.TagClassName
{
border-color: #AF8E46;
}
</style>