Shades of Turmeric #AF913C
Tints of Turmeric #AF913C
RGB
CMYK
RGB Variations
Color information
#AF913C (or 0xAF913C) is known color: Turmeric. HEX triplet: AF, 91 and 3C. RGB value is (175,145,60). Sum of RGB (Red+Green+Blue) = 175+145+60=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF913C is #506EC3. Grayscale: #909090. Windows color (decimal): -5271236 or 3969455. OLE color: 3969455.
HSL color Cylindrical-coordinate representation of color #AF913C: hue angle of 44.35º 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 #AF913C is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 60 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.31 |
| HSL | 44.35º | 0.49% | 0.46% | - |
| HSV(B) | 44.35º | 0.66% | 0.69% | - |
| XYZ | 28.62 | 29.69 | 8.5 | - |
| YUV | 144.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 60 | 0 | 0.17 | 0.66 | 0.31 | 44.35 | 0.49 | 0.46 |
| Hex | AF | 91 | 3C | 0 | 11 | 42 | 1F | 2C | 31 | 2E |
| Octal | 257 | 221 | 74 | 0 | 21 | 102 | 37 | 54 | 61 | 56 |
| Binary | 10101111 | 10010001 | 111100 | 0 | 10001 | 1000010 | 11111 | 101100 | 110001 | 101110 |
Color Harmonies of #AF913C
Complementary color
Monochromatic Colors of #AF913C
Black with #AF913C
Text Example
Text Example
White with #AF913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF913C; }
p { color: rgb(175,145,60); }
H1.HeaderClassName
{
color: #AF913C;
}
.AnyTagClassName
{
color: #AF913C;
}
</style>
background-color css
<style>
a { background-color: #AF913C; }
a { background-color: rgb(175,145,60); }
div.DivClassName
{
background-color: #AF913C;
}
.BgClassName
{
background-color: #AF913C;
}
</style>
border-color css
<style>
span { border-color: #AF913C; }
span { border-color: rgb(175,145,60); }
td.TdClassName
{
border-color: #AF913C;
}
.TagClassName
{
border-color: #AF913C;
}
</style>