Shades of Turmeric #AF983B
Tints of Turmeric #AF983B
RGB
CMYK
RGB Variations
Color information
#AF983B (or 0xAF983B) is known color: Turmeric. HEX triplet: AF, 98 and 3B. RGB value is (175,152,59). Sum of RGB (Red+Green+Blue) = 175+152+59=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983B is #5067C4. Grayscale: #949494. Windows color (decimal): -5269445 or 3905711. OLE color: 3905711.
HSL color Cylindrical-coordinate representation of color #AF983B: hue angle of 48.1º 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 #AF983B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 59 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.31 |
| HSL | 48.1º | 0.5% | 0.46% | - |
| HSV(B) | 48.1º | 0.66% | 0.69% | - |
| XYZ | 29.7 | 31.89 | 8.73 | - |
| YUV | 148.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 59 | 0 | 0.13 | 0.66 | 0.31 | 48.1 | 0.5 | 0.46 |
| Hex | AF | 98 | 3B | 0 | D | 42 | 1F | 30 | 32 | 2E |
| Octal | 257 | 230 | 73 | 0 | 15 | 102 | 37 | 60 | 62 | 56 |
| Binary | 10101111 | 10011000 | 111011 | 0 | 1101 | 1000010 | 11111 | 110000 | 110010 | 101110 |
Color Harmonies of #AF983B
Complementary color
Monochromatic Colors of #AF983B
Black with #AF983B
Text Example
Text Example
White with #AF983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF983B; }
p { color: rgb(175,152,59); }
H1.HeaderClassName
{
color: #AF983B;
}
.AnyTagClassName
{
color: #AF983B;
}
</style>
background-color css
<style>
a { background-color: #AF983B; }
a { background-color: rgb(175,152,59); }
div.DivClassName
{
background-color: #AF983B;
}
.BgClassName
{
background-color: #AF983B;
}
</style>
border-color css
<style>
span { border-color: #AF983B; }
span { border-color: rgb(175,152,59); }
td.TdClassName
{
border-color: #AF983B;
}
.TagClassName
{
border-color: #AF983B;
}
</style>