Shades of Turmeric #A69448
Tints of Turmeric #A69448
RGB
CMYK
RGB Variations
Color information
#A69448 (or 0xA69448) is known color: Turmeric. HEX triplet: A6, 94 and 48. RGB value is (166,148,72). Sum of RGB (Red+Green+Blue) = 166+148+72=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69448 is #596BB7. Grayscale: #919191. Windows color (decimal): -5860280 or 4756646. OLE color: 4756646.
HSL color Cylindrical-coordinate representation of color #A69448: hue angle of 48.51º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A69448 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 72 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.35 |
| HSL | 48.51º | 0.39% | 0.47% | - |
| HSV(B) | 48.51º | 0.57% | 0.65% | - |
| XYZ | 27.49 | 29.75 | 10.43 | - |
| YUV | 144.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 72 | 0 | 0.11 | 0.57 | 0.35 | 48.51 | 0.39 | 0.47 |
| Hex | A6 | 94 | 48 | 0 | B | 39 | 23 | 31 | 27 | 2F |
| Octal | 246 | 224 | 110 | 0 | 13 | 71 | 43 | 61 | 47 | 57 |
| Binary | 10100110 | 10010100 | 1001000 | 0 | 1011 | 111001 | 100011 | 110001 | 100111 | 101111 |
Color Harmonies of #A69448
Complementary color
Monochromatic Colors of #A69448
Black with #A69448
Text Example
Text Example
White with #A69448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69448; }
p { color: rgb(166,148,72); }
H1.HeaderClassName
{
color: #A69448;
}
.AnyTagClassName
{
color: #A69448;
}
</style>
background-color css
<style>
a { background-color: #A69448; }
a { background-color: rgb(166,148,72); }
div.DivClassName
{
background-color: #A69448;
}
.BgClassName
{
background-color: #A69448;
}
</style>
border-color css
<style>
span { border-color: #A69448; }
span { border-color: rgb(166,148,72); }
td.TdClassName
{
border-color: #A69448;
}
.TagClassName
{
border-color: #A69448;
}
</style>