Shades of Turmeric #AF9144
Tints of Turmeric #AF9144
RGB
CMYK
RGB Variations
Color information
#AF9144 (or 0xAF9144) is known color: Turmeric. HEX triplet: AF, 91 and 44. RGB value is (175,145,68). Sum of RGB (Red+Green+Blue) = 175+145+68=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9144 is #506EBB. Grayscale: #919191. Windows color (decimal): -5271228 or 4493743. OLE color: 4493743.
HSL color Cylindrical-coordinate representation of color #AF9144: hue angle of 43.18º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9144 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 68 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.31 |
| HSL | 43.18º | 0.44% | 0.48% | - |
| HSV(B) | 43.18º | 0.61% | 0.69% | - |
| XYZ | 28.85 | 29.78 | 9.7 | - |
| YUV | 145.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 68 | 0 | 0.17 | 0.61 | 0.31 | 43.18 | 0.44 | 0.48 |
| Hex | AF | 91 | 44 | 0 | 11 | 3D | 1F | 2B | 2C | 30 |
| Octal | 257 | 221 | 104 | 0 | 21 | 75 | 37 | 53 | 54 | 60 |
| Binary | 10101111 | 10010001 | 1000100 | 0 | 10001 | 111101 | 11111 | 101011 | 101100 | 110000 |
Color Harmonies of #AF9144
Complementary color
Monochromatic Colors of #AF9144
Black with #AF9144
Text Example
Text Example
White with #AF9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9144; }
p { color: rgb(175,145,68); }
H1.HeaderClassName
{
color: #AF9144;
}
.AnyTagClassName
{
color: #AF9144;
}
</style>
background-color css
<style>
a { background-color: #AF9144; }
a { background-color: rgb(175,145,68); }
div.DivClassName
{
background-color: #AF9144;
}
.BgClassName
{
background-color: #AF9144;
}
</style>
border-color css
<style>
span { border-color: #AF9144; }
span { border-color: rgb(175,145,68); }
td.TdClassName
{
border-color: #AF9144;
}
.TagClassName
{
border-color: #AF9144;
}
</style>