Shades of Turmeric #A5924A
Tints of Turmeric #A5924A
RGB
CMYK
RGB Variations
Color information
#A5924A (or 0xA5924A) is known color: Turmeric. HEX triplet: A5, 92 and 4A. RGB value is (165,146,74). Sum of RGB (Red+Green+Blue) = 165+146+74=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5924A is #5A6DB5. Grayscale: #8F8F8F. Windows color (decimal): -5926326 or 4887205. OLE color: 4887205.
HSL color Cylindrical-coordinate representation of color #A5924A: hue angle of 47.47º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5924A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 74 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.35 |
| HSL | 47.47º | 0.38% | 0.47% | - |
| HSV(B) | 47.47º | 0.55% | 0.65% | - |
| XYZ | 27.03 | 29.05 | 10.66 | - |
| YUV | 143.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 74 | 0 | 0.12 | 0.55 | 0.35 | 47.47 | 0.38 | 0.47 |
| Hex | A5 | 92 | 4A | 0 | C | 37 | 23 | 2F | 26 | 2F |
| Octal | 245 | 222 | 112 | 0 | 14 | 67 | 43 | 57 | 46 | 57 |
| Binary | 10100101 | 10010010 | 1001010 | 0 | 1100 | 110111 | 100011 | 101111 | 100110 | 101111 |
Color Harmonies of #A5924A
Complementary color
Monochromatic Colors of #A5924A
Black with #A5924A
Text Example
Text Example
White with #A5924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5924A; }
p { color: rgb(165,146,74); }
H1.HeaderClassName
{
color: #A5924A;
}
.AnyTagClassName
{
color: #A5924A;
}
</style>
background-color css
<style>
a { background-color: #A5924A; }
a { background-color: rgb(165,146,74); }
div.DivClassName
{
background-color: #A5924A;
}
.BgClassName
{
background-color: #A5924A;
}
</style>
border-color css
<style>
span { border-color: #A5924A; }
span { border-color: rgb(165,146,74); }
td.TdClassName
{
border-color: #A5924A;
}
.TagClassName
{
border-color: #A5924A;
}
</style>