Shades of Turmeric #A89243
Tints of Turmeric #A89243
RGB
CMYK
RGB Variations
Color information
#A89243 (or 0xA89243) is known color: Turmeric. HEX triplet: A8, 92 and 43. RGB value is (168,146,67). Sum of RGB (Red+Green+Blue) = 168+146+67=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89243 is #576DBC. Grayscale: #8F8F8F. Windows color (decimal): -5729725 or 4428456. OLE color: 4428456.
HSL color Cylindrical-coordinate representation of color #A89243: hue angle of 46.93º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A89243 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 67 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.34 |
| HSL | 46.93º | 0.43% | 0.46% | - |
| HSV(B) | 46.93º | 0.6% | 0.66% | - |
| XYZ | 27.44 | 29.29 | 9.52 | - |
| YUV | 143.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 67 | 0 | 0.13 | 0.60 | 0.34 | 46.93 | 0.43 | 0.46 |
| Hex | A8 | 92 | 43 | 0 | D | 3C | 22 | 2F | 2B | 2E |
| Octal | 250 | 222 | 103 | 0 | 15 | 74 | 42 | 57 | 53 | 56 |
| Binary | 10101000 | 10010010 | 1000011 | 0 | 1101 | 111100 | 100010 | 101111 | 101011 | 101110 |
Color Harmonies of #A89243
Complementary color
Monochromatic Colors of #A89243
Black with #A89243
Text Example
Text Example
White with #A89243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89243; }
p { color: rgb(168,146,67); }
H1.HeaderClassName
{
color: #A89243;
}
.AnyTagClassName
{
color: #A89243;
}
</style>
background-color css
<style>
a { background-color: #A89243; }
a { background-color: rgb(168,146,67); }
div.DivClassName
{
background-color: #A89243;
}
.BgClassName
{
background-color: #A89243;
}
</style>
border-color css
<style>
span { border-color: #A89243; }
span { border-color: rgb(168,146,67); }
td.TdClassName
{
border-color: #A89243;
}
.TagClassName
{
border-color: #A89243;
}
</style>