Shades of Turmeric #AF8F41
Tints of Turmeric #AF8F41
RGB
CMYK
RGB Variations
Color information
#AF8F41 (or 0xAF8F41) is known color: Turmeric. HEX triplet: AF, 8F and 41. RGB value is (175,143,65). Sum of RGB (Red+Green+Blue) = 175+143+65=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F41 is #5070BE. Grayscale: #909090. Windows color (decimal): -5271743 or 4296623. OLE color: 4296623.
HSL color Cylindrical-coordinate representation of color #AF8F41: hue angle of 42.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF8F41 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 65 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.31 |
| HSL | 42.55º | 0.46% | 0.47% | - |
| HSV(B) | 42.55º | 0.63% | 0.69% | - |
| XYZ | 28.46 | 29.14 | 9.13 | - |
| YUV | 143.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 65 | 0 | 0.18 | 0.63 | 0.31 | 42.55 | 0.46 | 0.47 |
| Hex | AF | 8F | 41 | 0 | 12 | 3F | 1F | 2B | 2E | 2F |
| Octal | 257 | 217 | 101 | 0 | 22 | 77 | 37 | 53 | 56 | 57 |
| Binary | 10101111 | 10001111 | 1000001 | 0 | 10010 | 111111 | 11111 | 101011 | 101110 | 101111 |
Color Harmonies of #AF8F41
Complementary color
Monochromatic Colors of #AF8F41
Black with #AF8F41
Text Example
Text Example
White with #AF8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F41; }
p { color: rgb(175,143,65); }
H1.HeaderClassName
{
color: #AF8F41;
}
.AnyTagClassName
{
color: #AF8F41;
}
</style>
background-color css
<style>
a { background-color: #AF8F41; }
a { background-color: rgb(175,143,65); }
div.DivClassName
{
background-color: #AF8F41;
}
.BgClassName
{
background-color: #AF8F41;
}
</style>
border-color css
<style>
span { border-color: #AF8F41; }
span { border-color: rgb(175,143,65); }
td.TdClassName
{
border-color: #AF8F41;
}
.TagClassName
{
border-color: #AF8F41;
}
</style>