Shades of Turmeric #AF973A
Tints of Turmeric #AF973A
RGB
CMYK
RGB Variations
Color information
#AF973A (or 0xAF973A) is known color: Turmeric. HEX triplet: AF, 97 and 3A. RGB value is (175,151,58). Sum of RGB (Red+Green+Blue) = 175+151+58=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973A is #5068C5. Grayscale: #939393. Windows color (decimal): -5269702 or 3839919. OLE color: 3839919.
HSL color Cylindrical-coordinate representation of color #AF973A: hue angle of 47.69º 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 #AF973A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 58 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.31 |
| HSL | 47.69º | 0.5% | 0.46% | - |
| HSV(B) | 47.69º | 0.67% | 0.69% | - |
| XYZ | 29.51 | 31.55 | 8.54 | - |
| YUV | 147.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 58 | 0 | 0.14 | 0.67 | 0.31 | 47.69 | 0.5 | 0.46 |
| Hex | AF | 97 | 3A | 0 | E | 43 | 1F | 30 | 32 | 2E |
| Octal | 257 | 227 | 72 | 0 | 16 | 103 | 37 | 60 | 62 | 56 |
| Binary | 10101111 | 10010111 | 111010 | 0 | 1110 | 1000011 | 11111 | 110000 | 110010 | 101110 |
Color Harmonies of #AF973A
Complementary color
Monochromatic Colors of #AF973A
Black with #AF973A
Text Example
Text Example
White with #AF973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF973A; }
p { color: rgb(175,151,58); }
H1.HeaderClassName
{
color: #AF973A;
}
.AnyTagClassName
{
color: #AF973A;
}
</style>
background-color css
<style>
a { background-color: #AF973A; }
a { background-color: rgb(175,151,58); }
div.DivClassName
{
background-color: #AF973A;
}
.BgClassName
{
background-color: #AF973A;
}
</style>
border-color css
<style>
span { border-color: #AF973A; }
span { border-color: rgb(175,151,58); }
td.TdClassName
{
border-color: #AF973A;
}
.TagClassName
{
border-color: #AF973A;
}
</style>