Shades of Turmeric #AF9240
Tints of Turmeric #AF9240
RGB
CMYK
RGB Variations
Color information
#AF9240 (or 0xAF9240) is known color: Turmeric. HEX triplet: AF, 92 and 40. RGB value is (175,146,64). Sum of RGB (Red+Green+Blue) = 175+146+64=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9240 is #506DBF. Grayscale: #919191. Windows color (decimal): -5270976 or 4231855. OLE color: 4231855.
HSL color Cylindrical-coordinate representation of color #AF9240: hue angle of 44.32º 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 #AF9240 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 64 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.31 |
| HSL | 44.32º | 0.46% | 0.47% | - |
| HSV(B) | 44.32º | 0.63% | 0.69% | - |
| XYZ | 28.88 | 30.04 | 9.13 | - |
| YUV | 145.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 64 | 0 | 0.17 | 0.63 | 0.31 | 44.32 | 0.46 | 0.47 |
| Hex | AF | 92 | 40 | 0 | 11 | 3F | 1F | 2C | 2E | 2F |
| Octal | 257 | 222 | 100 | 0 | 21 | 77 | 37 | 54 | 56 | 57 |
| Binary | 10101111 | 10010010 | 1000000 | 0 | 10001 | 111111 | 11111 | 101100 | 101110 | 101111 |
Color Harmonies of #AF9240
Complementary color
Monochromatic Colors of #AF9240
Black with #AF9240
Text Example
Text Example
White with #AF9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9240; }
p { color: rgb(175,146,64); }
H1.HeaderClassName
{
color: #AF9240;
}
.AnyTagClassName
{
color: #AF9240;
}
</style>
background-color css
<style>
a { background-color: #AF9240; }
a { background-color: rgb(175,146,64); }
div.DivClassName
{
background-color: #AF9240;
}
.BgClassName
{
background-color: #AF9240;
}
</style>
border-color css
<style>
span { border-color: #AF9240; }
span { border-color: rgb(175,146,64); }
td.TdClassName
{
border-color: #AF9240;
}
.TagClassName
{
border-color: #AF9240;
}
</style>