Shades of Turmeric #AF8D44
Tints of Turmeric #AF8D44
RGB
CMYK
RGB Variations
Color information
#AF8D44 (or 0xAF8D44) is known color: Turmeric. HEX triplet: AF, 8D and 44. RGB value is (175,141,68). Sum of RGB (Red+Green+Blue) = 175+141+68=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D44 is #5072BB. Grayscale: #8F8F8F. Windows color (decimal): -5272252 or 4492719. OLE color: 4492719.
HSL color Cylindrical-coordinate representation of color #AF8D44: hue angle of 40.93º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8D44 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 68 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.31 |
| HSL | 40.93º | 0.44% | 0.48% | - |
| HSV(B) | 40.93º | 0.61% | 0.69% | - |
| XYZ | 28.25 | 28.58 | 9.5 | - |
| YUV | 142.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 68 | 0 | 0.19 | 0.61 | 0.31 | 40.93 | 0.44 | 0.48 |
| Hex | AF | 8D | 44 | 0 | 13 | 3D | 1F | 29 | 2C | 30 |
| Octal | 257 | 215 | 104 | 0 | 23 | 75 | 37 | 51 | 54 | 60 |
| Binary | 10101111 | 10001101 | 1000100 | 0 | 10011 | 111101 | 11111 | 101001 | 101100 | 110000 |
Color Harmonies of #AF8D44
Complementary color
Monochromatic Colors of #AF8D44
Black with #AF8D44
Text Example
Text Example
White with #AF8D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D44; }
p { color: rgb(175,141,68); }
H1.HeaderClassName
{
color: #AF8D44;
}
.AnyTagClassName
{
color: #AF8D44;
}
</style>
background-color css
<style>
a { background-color: #AF8D44; }
a { background-color: rgb(175,141,68); }
div.DivClassName
{
background-color: #AF8D44;
}
.BgClassName
{
background-color: #AF8D44;
}
</style>
border-color css
<style>
span { border-color: #AF8D44; }
span { border-color: rgb(175,141,68); }
td.TdClassName
{
border-color: #AF8D44;
}
.TagClassName
{
border-color: #AF8D44;
}
</style>