Shades of Turmeric #AF983A
Tints of Turmeric #AF983A
RGB
CMYK
RGB Variations
Color information
#AF983A (or 0xAF983A) is known color: Turmeric. HEX triplet: AF, 98 and 3A. RGB value is (175,152,58). Sum of RGB (Red+Green+Blue) = 175+152+58=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983A is #5067C5. Grayscale: #949494. Windows color (decimal): -5269446 or 3840175. OLE color: 3840175.
HSL color Cylindrical-coordinate representation of color #AF983A: hue angle of 48.21º 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 #AF983A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 58 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.31 |
| HSL | 48.21º | 0.5% | 0.46% | - |
| HSV(B) | 48.21º | 0.67% | 0.69% | - |
| XYZ | 29.67 | 31.88 | 8.59 | - |
| YUV | 148.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 58 | 0 | 0.13 | 0.67 | 0.31 | 48.21 | 0.5 | 0.46 |
| Hex | AF | 98 | 3A | 0 | D | 43 | 1F | 30 | 32 | 2E |
| Octal | 257 | 230 | 72 | 0 | 15 | 103 | 37 | 60 | 62 | 56 |
| Binary | 10101111 | 10011000 | 111010 | 0 | 1101 | 1000011 | 11111 | 110000 | 110010 | 101110 |
Color Harmonies of #AF983A
Complementary color
Monochromatic Colors of #AF983A
Black with #AF983A
Text Example
Text Example
White with #AF983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF983A; }
p { color: rgb(175,152,58); }
H1.HeaderClassName
{
color: #AF983A;
}
.AnyTagClassName
{
color: #AF983A;
}
</style>
background-color css
<style>
a { background-color: #AF983A; }
a { background-color: rgb(175,152,58); }
div.DivClassName
{
background-color: #AF983A;
}
.BgClassName
{
background-color: #AF983A;
}
</style>
border-color css
<style>
span { border-color: #AF983A; }
span { border-color: rgb(175,152,58); }
td.TdClassName
{
border-color: #AF983A;
}
.TagClassName
{
border-color: #AF983A;
}
</style>