Shades of Turmeric #AF9243
Tints of Turmeric #AF9243
RGB
CMYK
RGB Variations
Color information
#AF9243 (or 0xAF9243) is known color: Turmeric. HEX triplet: AF, 92 and 43. RGB value is (175,146,67). Sum of RGB (Red+Green+Blue) = 175+146+67=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9243 is #506DBC. Grayscale: #929292. Windows color (decimal): -5270973 or 4428463. OLE color: 4428463.
HSL color Cylindrical-coordinate representation of color #AF9243: hue angle of 43.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF9243 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 67 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.31 |
| HSL | 43.89º | 0.45% | 0.47% | - |
| HSV(B) | 43.89º | 0.62% | 0.69% | - |
| XYZ | 28.97 | 30.08 | 9.59 | - |
| YUV | 145.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 67 | 0 | 0.17 | 0.62 | 0.31 | 43.89 | 0.45 | 0.47 |
| Hex | AF | 92 | 43 | 0 | 11 | 3E | 1F | 2C | 2D | 2F |
| Octal | 257 | 222 | 103 | 0 | 21 | 76 | 37 | 54 | 55 | 57 |
| Binary | 10101111 | 10010010 | 1000011 | 0 | 10001 | 111110 | 11111 | 101100 | 101101 | 101111 |
Color Harmonies of #AF9243
Complementary color
Monochromatic Colors of #AF9243
Black with #AF9243
Text Example
Text Example
White with #AF9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9243; }
p { color: rgb(175,146,67); }
H1.HeaderClassName
{
color: #AF9243;
}
.AnyTagClassName
{
color: #AF9243;
}
</style>
background-color css
<style>
a { background-color: #AF9243; }
a { background-color: rgb(175,146,67); }
div.DivClassName
{
background-color: #AF9243;
}
.BgClassName
{
background-color: #AF9243;
}
</style>
border-color css
<style>
span { border-color: #AF9243; }
span { border-color: rgb(175,146,67); }
td.TdClassName
{
border-color: #AF9243;
}
.TagClassName
{
border-color: #AF9243;
}
</style>