Shades of Turmeric #A89A3F
Tints of Turmeric #A89A3F
RGB
CMYK
RGB Variations
Color information
#A89A3F (or 0xA89A3F) is known color: Turmeric. HEX triplet: A8, 9A and 3F. RGB value is (168,154,63). Sum of RGB (Red+Green+Blue) = 168+154+63=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A3F is #5765C0. Grayscale: #949494. Windows color (decimal): -5727681 or 4168360. OLE color: 4168360.
HSL color Cylindrical-coordinate representation of color #A89A3F: hue angle of 52º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89A3F is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 63 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.34 |
| HSL | 52º | 0.45% | 0.45% | - |
| HSV(B) | 52º | 0.63% | 0.66% | - |
| XYZ | 28.6 | 31.79 | 9.33 | - |
| YUV | 147.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 63 | 0 | 0.08 | 0.63 | 0.34 | 52 | 0.45 | 0.45 |
| Hex | A8 | 9A | 3F | 0 | 8 | 3F | 22 | 34 | 2D | 2D |
| Octal | 250 | 232 | 77 | 0 | 10 | 77 | 42 | 64 | 55 | 55 |
| Binary | 10101000 | 10011010 | 111111 | 0 | 1000 | 111111 | 100010 | 110100 | 101101 | 101101 |
Color Harmonies of #A89A3F
Complementary color
Monochromatic Colors of #A89A3F
Black with #A89A3F
Text Example
Text Example
White with #A89A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A3F; }
p { color: rgb(168,154,63); }
H1.HeaderClassName
{
color: #A89A3F;
}
.AnyTagClassName
{
color: #A89A3F;
}
</style>
background-color css
<style>
a { background-color: #A89A3F; }
a { background-color: rgb(168,154,63); }
div.DivClassName
{
background-color: #A89A3F;
}
.BgClassName
{
background-color: #A89A3F;
}
</style>
border-color css
<style>
span { border-color: #A89A3F; }
span { border-color: rgb(168,154,63); }
td.TdClassName
{
border-color: #A89A3F;
}
.TagClassName
{
border-color: #A89A3F;
}
</style>