Shades of Turmeric #A59545
Tints of Turmeric #A59545
RGB
CMYK
RGB Variations
Color information
#A59545 (or 0xA59545) is known color: Turmeric. HEX triplet: A5, 95 and 45. RGB value is (165,149,69). Sum of RGB (Red+Green+Blue) = 165+149+69=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A59545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59545 is #5A6ABA. Grayscale: #919191. Windows color (decimal): -5925563 or 4560293. OLE color: 4560293.
HSL color Cylindrical-coordinate representation of color #A59545: hue angle of 50º 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 #A59545 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 69 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.35 |
| HSL | 50º | 0.41% | 0.46% | - |
| HSV(B) | 50º | 0.58% | 0.65% | - |
| XYZ | 27.34 | 29.92 | 9.97 | - |
| YUV | 144.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 69 | 0 | 0.10 | 0.58 | 0.35 | 50 | 0.41 | 0.46 |
| Hex | A5 | 95 | 45 | 0 | A | 3A | 23 | 32 | 29 | 2E |
| Octal | 245 | 225 | 105 | 0 | 12 | 72 | 43 | 62 | 51 | 56 |
| Binary | 10100101 | 10010101 | 1000101 | 0 | 1010 | 111010 | 100011 | 110010 | 101001 | 101110 |
Color Harmonies of #A59545
Complementary color
Monochromatic Colors of #A59545
Black with #A59545
Text Example
Text Example
White with #A59545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59545; }
p { color: rgb(165,149,69); }
H1.HeaderClassName
{
color: #A59545;
}
.AnyTagClassName
{
color: #A59545;
}
</style>
background-color css
<style>
a { background-color: #A59545; }
a { background-color: rgb(165,149,69); }
div.DivClassName
{
background-color: #A59545;
}
.BgClassName
{
background-color: #A59545;
}
</style>
border-color css
<style>
span { border-color: #A59545; }
span { border-color: rgb(165,149,69); }
td.TdClassName
{
border-color: #A59545;
}
.TagClassName
{
border-color: #A59545;
}
</style>