Shades of Turmeric #AF8C46
Tints of Turmeric #AF8C46
RGB
CMYK
RGB Variations
Color information
#AF8C46 (or 0xAF8C46) is known color: Turmeric. HEX triplet: AF, 8C and 46. RGB value is (175,140,70). Sum of RGB (Red+Green+Blue) = 175+140+70=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C46 is #5073B9. Grayscale: #8E8E8E. Windows color (decimal): -5272506 or 4623535. OLE color: 4623535.
HSL color Cylindrical-coordinate representation of color #AF8C46: hue angle of 40º 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 #AF8C46 is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 70 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.31 |
| HSL | 40º | 0.43% | 0.48% | - |
| HSV(B) | 40º | 0.6% | 0.69% | - |
| XYZ | 28.16 | 28.31 | 9.77 | - |
| YUV | 142.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 70 | 0 | 0.2 | 0.60 | 0.31 | 40 | 0.43 | 0.48 |
| Hex | AF | 8C | 46 | 0 | 14 | 3C | 1F | 28 | 2B | 30 |
| Octal | 257 | 214 | 106 | 0 | 24 | 74 | 37 | 50 | 53 | 60 |
| Binary | 10101111 | 10001100 | 1000110 | 0 | 10100 | 111100 | 11111 | 101000 | 101011 | 110000 |
Color Harmonies of #AF8C46
Complementary color
Monochromatic Colors of #AF8C46
Black with #AF8C46
Text Example
Text Example
White with #AF8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C46; }
p { color: rgb(175,140,70); }
H1.HeaderClassName
{
color: #AF8C46;
}
.AnyTagClassName
{
color: #AF8C46;
}
</style>
background-color css
<style>
a { background-color: #AF8C46; }
a { background-color: rgb(175,140,70); }
div.DivClassName
{
background-color: #AF8C46;
}
.BgClassName
{
background-color: #AF8C46;
}
</style>
border-color css
<style>
span { border-color: #AF8C46; }
span { border-color: rgb(175,140,70); }
td.TdClassName
{
border-color: #AF8C46;
}
.TagClassName
{
border-color: #AF8C46;
}
</style>