Shades of Turmeric #AF943F
Tints of Turmeric #AF943F
RGB
CMYK
RGB Variations
Color information
#AF943F (or 0xAF943F) is known color: Turmeric. HEX triplet: AF, 94 and 3F. RGB value is (175,148,63). Sum of RGB (Red+Green+Blue) = 175+148+63=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF943F is #506BC0. Grayscale: #929292. Windows color (decimal): -5270465 or 4166831. OLE color: 4166831.
HSL color Cylindrical-coordinate representation of color #AF943F: hue angle of 45.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF943F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 63 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.31 |
| HSL | 45.54º | 0.47% | 0.47% | - |
| HSV(B) | 45.54º | 0.64% | 0.69% | - |
| XYZ | 29.17 | 30.65 | 9.08 | - |
| YUV | 146.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 63 | 0 | 0.15 | 0.64 | 0.31 | 45.54 | 0.47 | 0.47 |
| Hex | AF | 94 | 3F | 0 | F | 40 | 1F | 2E | 2F | 2F |
| Octal | 257 | 224 | 77 | 0 | 17 | 100 | 37 | 56 | 57 | 57 |
| Binary | 10101111 | 10010100 | 111111 | 0 | 1111 | 1000000 | 11111 | 101110 | 101111 | 101111 |
Color Harmonies of #AF943F
Complementary color
Monochromatic Colors of #AF943F
Black with #AF943F
Text Example
Text Example
White with #AF943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF943F; }
p { color: rgb(175,148,63); }
H1.HeaderClassName
{
color: #AF943F;
}
.AnyTagClassName
{
color: #AF943F;
}
</style>
background-color css
<style>
a { background-color: #AF943F; }
a { background-color: rgb(175,148,63); }
div.DivClassName
{
background-color: #AF943F;
}
.BgClassName
{
background-color: #AF943F;
}
</style>
border-color css
<style>
span { border-color: #AF943F; }
span { border-color: rgb(175,148,63); }
td.TdClassName
{
border-color: #AF943F;
}
.TagClassName
{
border-color: #AF943F;
}
</style>