Shades of Turmeric #AF973C
Tints of Turmeric #AF973C
RGB
CMYK
RGB Variations
Color information
#AF973C (or 0xAF973C) is known color: Turmeric. HEX triplet: AF, 97 and 3C. RGB value is (175,151,60). Sum of RGB (Red+Green+Blue) = 175+151+60=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973C is #5068C3. Grayscale: #949494. Windows color (decimal): -5269700 or 3970991. OLE color: 3970991.
HSL color Cylindrical-coordinate representation of color #AF973C: hue angle of 47.48º degrees, saturation: 0.49, 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 #AF973C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 60 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.31 |
| HSL | 47.48º | 0.49% | 0.46% | - |
| HSV(B) | 47.48º | 0.66% | 0.69% | - |
| XYZ | 29.56 | 31.57 | 8.81 | - |
| YUV | 147.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 60 | 0 | 0.14 | 0.66 | 0.31 | 47.48 | 0.49 | 0.46 |
| Hex | AF | 97 | 3C | 0 | E | 42 | 1F | 2F | 31 | 2E |
| Octal | 257 | 227 | 74 | 0 | 16 | 102 | 37 | 57 | 61 | 56 |
| Binary | 10101111 | 10010111 | 111100 | 0 | 1110 | 1000010 | 11111 | 101111 | 110001 | 101110 |
Color Harmonies of #AF973C
Complementary color
Monochromatic Colors of #AF973C
Black with #AF973C
Text Example
Text Example
White with #AF973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF973C; }
p { color: rgb(175,151,60); }
H1.HeaderClassName
{
color: #AF973C;
}
.AnyTagClassName
{
color: #AF973C;
}
</style>
background-color css
<style>
a { background-color: #AF973C; }
a { background-color: rgb(175,151,60); }
div.DivClassName
{
background-color: #AF973C;
}
.BgClassName
{
background-color: #AF973C;
}
</style>
border-color css
<style>
span { border-color: #AF973C; }
span { border-color: rgb(175,151,60); }
td.TdClassName
{
border-color: #AF973C;
}
.TagClassName
{
border-color: #AF973C;
}
</style>