Shades of Turmeric #AF943B
Tints of Turmeric #AF943B
RGB
CMYK
RGB Variations
Color information
#AF943B (or 0xAF943B) is known color: Turmeric. HEX triplet: AF, 94 and 3B. RGB value is (175,148,59). Sum of RGB (Red+Green+Blue) = 175+148+59=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF943B is #506BC4. Grayscale: #929292. Windows color (decimal): -5270469 or 3904687. OLE color: 3904687.
HSL color Cylindrical-coordinate representation of color #AF943B: hue angle of 46.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF943B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 59 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.31 |
| HSL | 46.03º | 0.5% | 0.46% | - |
| HSV(B) | 46.03º | 0.66% | 0.69% | - |
| XYZ | 29.06 | 30.61 | 8.51 | - |
| YUV | 145.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 59 | 0 | 0.15 | 0.66 | 0.31 | 46.03 | 0.5 | 0.46 |
| Hex | AF | 94 | 3B | 0 | F | 42 | 1F | 2E | 32 | 2E |
| Octal | 257 | 224 | 73 | 0 | 17 | 102 | 37 | 56 | 62 | 56 |
| Binary | 10101111 | 10010100 | 111011 | 0 | 1111 | 1000010 | 11111 | 101110 | 110010 | 101110 |
Color Harmonies of #AF943B
Complementary color
Monochromatic Colors of #AF943B
Black with #AF943B
Text Example
Text Example
White with #AF943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF943B; }
p { color: rgb(175,148,59); }
H1.HeaderClassName
{
color: #AF943B;
}
.AnyTagClassName
{
color: #AF943B;
}
</style>
background-color css
<style>
a { background-color: #AF943B; }
a { background-color: rgb(175,148,59); }
div.DivClassName
{
background-color: #AF943B;
}
.BgClassName
{
background-color: #AF943B;
}
</style>
border-color css
<style>
span { border-color: #AF943B; }
span { border-color: rgb(175,148,59); }
td.TdClassName
{
border-color: #AF943B;
}
.TagClassName
{
border-color: #AF943B;
}
</style>