Shades of Turmeric #A59745
Tints of Turmeric #A59745
RGB
CMYK
RGB Variations
Color information
#A59745 (or 0xA59745) is known color: Turmeric. HEX triplet: A5, 97 and 45. RGB value is (165,151,69). Sum of RGB (Red+Green+Blue) = 165+151+69=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59745 is #5A68BA. Grayscale: #929292. Windows color (decimal): -5925051 or 4560805. OLE color: 4560805.
HSL color Cylindrical-coordinate representation of color #A59745: hue angle of 51.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A59745 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 69 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.35 |
| HSL | 51.25º | 0.41% | 0.46% | - |
| HSV(B) | 51.25º | 0.58% | 0.65% | - |
| XYZ | 27.66 | 30.56 | 10.07 | - |
| YUV | 145.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 69 | 0 | 0.08 | 0.58 | 0.35 | 51.25 | 0.41 | 0.46 |
| Hex | A5 | 97 | 45 | 0 | 8 | 3A | 23 | 33 | 29 | 2E |
| Octal | 245 | 227 | 105 | 0 | 10 | 72 | 43 | 63 | 51 | 56 |
| Binary | 10100101 | 10010111 | 1000101 | 0 | 1000 | 111010 | 100011 | 110011 | 101001 | 101110 |
Color Harmonies of #A59745
Complementary color
Monochromatic Colors of #A59745
Black with #A59745
Text Example
Text Example
White with #A59745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59745; }
p { color: rgb(165,151,69); }
H1.HeaderClassName
{
color: #A59745;
}
.AnyTagClassName
{
color: #A59745;
}
</style>
background-color css
<style>
a { background-color: #A59745; }
a { background-color: rgb(165,151,69); }
div.DivClassName
{
background-color: #A59745;
}
.BgClassName
{
background-color: #A59745;
}
</style>
border-color css
<style>
span { border-color: #A59745; }
span { border-color: rgb(165,151,69); }
td.TdClassName
{
border-color: #A59745;
}
.TagClassName
{
border-color: #A59745;
}
</style>