Shades of Turmeric #A59941
Tints of Turmeric #A59941
RGB
CMYK
RGB Variations
Color information
#A59941 (or 0xA59941) is known color: Turmeric. HEX triplet: A5, 99 and 41. RGB value is (165,153,65). Sum of RGB (Red+Green+Blue) = 165+153+65=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59941 is #5A66BE. Grayscale: #929292. Windows color (decimal): -5924543 or 4299173. OLE color: 4299173.
HSL color Cylindrical-coordinate representation of color #A59941: hue angle of 52.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A59941 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 65 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.35 |
| HSL | 52.8º | 0.43% | 0.45% | - |
| HSV(B) | 52.8º | 0.61% | 0.65% | - |
| XYZ | 27.86 | 31.16 | 9.55 | - |
| YUV | 146.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 65 | 0 | 0.07 | 0.61 | 0.35 | 52.8 | 0.43 | 0.45 |
| Hex | A5 | 99 | 41 | 0 | 7 | 3D | 23 | 35 | 2B | 2D |
| Octal | 245 | 231 | 101 | 0 | 7 | 75 | 43 | 65 | 53 | 55 |
| Binary | 10100101 | 10011001 | 1000001 | 0 | 111 | 111101 | 100011 | 110101 | 101011 | 101101 |
Color Harmonies of #A59941
Complementary color
Monochromatic Colors of #A59941
Black with #A59941
Text Example
Text Example
White with #A59941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59941; }
p { color: rgb(165,153,65); }
H1.HeaderClassName
{
color: #A59941;
}
.AnyTagClassName
{
color: #A59941;
}
</style>
background-color css
<style>
a { background-color: #A59941; }
a { background-color: rgb(165,153,65); }
div.DivClassName
{
background-color: #A59941;
}
.BgClassName
{
background-color: #A59941;
}
</style>
border-color css
<style>
span { border-color: #A59941; }
span { border-color: rgb(165,153,65); }
td.TdClassName
{
border-color: #A59941;
}
.TagClassName
{
border-color: #A59941;
}
</style>