Shades of Turmeric #AF973D
Tints of Turmeric #AF973D
RGB
CMYK
RGB Variations
Color information
#AF973D (or 0xAF973D) is known color: Turmeric. HEX triplet: AF, 97 and 3D. RGB value is (175,151,61). Sum of RGB (Red+Green+Blue) = 175+151+61=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973D is #5068C2. Grayscale: #949494. Windows color (decimal): -5269699 or 4036527. OLE color: 4036527.
HSL color Cylindrical-coordinate representation of color #AF973D: hue angle of 47.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF973D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 61 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.31 |
| HSL | 47.37º | 0.48% | 0.46% | - |
| HSV(B) | 47.37º | 0.65% | 0.69% | - |
| XYZ | 29.59 | 31.58 | 8.95 | - |
| YUV | 147.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 61 | 0 | 0.14 | 0.65 | 0.31 | 47.37 | 0.48 | 0.46 |
| Hex | AF | 97 | 3D | 0 | E | 41 | 1F | 2F | 30 | 2E |
| Octal | 257 | 227 | 75 | 0 | 16 | 101 | 37 | 57 | 60 | 56 |
| Binary | 10101111 | 10010111 | 111101 | 0 | 1110 | 1000001 | 11111 | 101111 | 110000 | 101110 |
Color Harmonies of #AF973D
Complementary color
Monochromatic Colors of #AF973D
Black with #AF973D
Text Example
Text Example
White with #AF973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF973D; }
p { color: rgb(175,151,61); }
H1.HeaderClassName
{
color: #AF973D;
}
.AnyTagClassName
{
color: #AF973D;
}
</style>
background-color css
<style>
a { background-color: #AF973D; }
a { background-color: rgb(175,151,61); }
div.DivClassName
{
background-color: #AF973D;
}
.BgClassName
{
background-color: #AF973D;
}
</style>
border-color css
<style>
span { border-color: #AF973D; }
span { border-color: rgb(175,151,61); }
td.TdClassName
{
border-color: #AF973D;
}
.TagClassName
{
border-color: #AF973D;
}
</style>