Shades of Turmeric #AF9145
Tints of Turmeric #AF9145
RGB
CMYK
RGB Variations
Color information
#AF9145 (or 0xAF9145) is known color: Turmeric. HEX triplet: AF, 91 and 45. RGB value is (175,145,69). Sum of RGB (Red+Green+Blue) = 175+145+69=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9145 is #506EBA. Grayscale: #919191. Windows color (decimal): -5271227 or 4559279. OLE color: 4559279.
HSL color Cylindrical-coordinate representation of color #AF9145: hue angle of 43.02º degrees, saturation: 0.43, 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 #AF9145 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 69 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.31 |
| HSL | 43.02º | 0.43% | 0.48% | - |
| HSV(B) | 43.02º | 0.61% | 0.69% | - |
| XYZ | 28.88 | 29.79 | 9.86 | - |
| YUV | 145.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 69 | 0 | 0.17 | 0.61 | 0.31 | 43.02 | 0.43 | 0.48 |
| Hex | AF | 91 | 45 | 0 | 11 | 3D | 1F | 2B | 2B | 30 |
| Octal | 257 | 221 | 105 | 0 | 21 | 75 | 37 | 53 | 53 | 60 |
| Binary | 10101111 | 10010001 | 1000101 | 0 | 10001 | 111101 | 11111 | 101011 | 101011 | 110000 |
Color Harmonies of #AF9145
Complementary color
Monochromatic Colors of #AF9145
Black with #AF9145
Text Example
Text Example
White with #AF9145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9145; }
p { color: rgb(175,145,69); }
H1.HeaderClassName
{
color: #AF9145;
}
.AnyTagClassName
{
color: #AF9145;
}
</style>
background-color css
<style>
a { background-color: #AF9145; }
a { background-color: rgb(175,145,69); }
div.DivClassName
{
background-color: #AF9145;
}
.BgClassName
{
background-color: #AF9145;
}
</style>
border-color css
<style>
span { border-color: #AF9145; }
span { border-color: rgb(175,145,69); }
td.TdClassName
{
border-color: #AF9145;
}
.TagClassName
{
border-color: #AF9145;
}
</style>