Shades of Turmeric #AF943A
Tints of Turmeric #AF943A
RGB
CMYK
RGB Variations
Color information
#AF943A (or 0xAF943A) is known color: Turmeric. HEX triplet: AF, 94 and 3A. RGB value is (175,148,58). Sum of RGB (Red+Green+Blue) = 175+148+58=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF943A is #506BC5. Grayscale: #929292. Windows color (decimal): -5270470 or 3839151. OLE color: 3839151.
HSL color Cylindrical-coordinate representation of color #AF943A: hue angle of 46.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF943A is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 58 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.31 |
| HSL | 46.15º | 0.5% | 0.46% | - |
| HSV(B) | 46.15º | 0.67% | 0.69% | - |
| XYZ | 29.03 | 30.6 | 8.38 | - |
| YUV | 145.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 58 | 0 | 0.15 | 0.67 | 0.31 | 46.15 | 0.5 | 0.46 |
| Hex | AF | 94 | 3A | 0 | F | 43 | 1F | 2E | 32 | 2E |
| Octal | 257 | 224 | 72 | 0 | 17 | 103 | 37 | 56 | 62 | 56 |
| Binary | 10101111 | 10010100 | 111010 | 0 | 1111 | 1000011 | 11111 | 101110 | 110010 | 101110 |
Color Harmonies of #AF943A
Complementary color
Monochromatic Colors of #AF943A
Black with #AF943A
Text Example
Text Example
White with #AF943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF943A; }
p { color: rgb(175,148,58); }
H1.HeaderClassName
{
color: #AF943A;
}
.AnyTagClassName
{
color: #AF943A;
}
</style>
background-color css
<style>
a { background-color: #AF943A; }
a { background-color: rgb(175,148,58); }
div.DivClassName
{
background-color: #AF943A;
}
.BgClassName
{
background-color: #AF943A;
}
</style>
border-color css
<style>
span { border-color: #AF943A; }
span { border-color: rgb(175,148,58); }
td.TdClassName
{
border-color: #AF943A;
}
.TagClassName
{
border-color: #AF943A;
}
</style>