Shades of Turmeric #A68E4B
Tints of Turmeric #A68E4B
RGB
CMYK
RGB Variations
Color information
#A68E4B (or 0xA68E4B) is known color: Turmeric. HEX triplet: A6, 8E and 4B. RGB value is (166,142,75). Sum of RGB (Red+Green+Blue) = 166+142+75=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E4B is #5971B4. Grayscale: #8D8D8D. Windows color (decimal): -5861813 or 4951718. OLE color: 4951718.
HSL color Cylindrical-coordinate representation of color #A68E4B: hue angle of 44.18º 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 #A68E4B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 75 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.35 |
| HSL | 44.18º | 0.38% | 0.47% | - |
| HSV(B) | 44.18º | 0.55% | 0.65% | - |
| XYZ | 26.67 | 27.96 | 10.65 | - |
| YUV | 141.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 75 | 0 | 0.14 | 0.55 | 0.35 | 44.18 | 0.38 | 0.47 |
| Hex | A6 | 8E | 4B | 0 | E | 37 | 23 | 2C | 26 | 2F |
| Octal | 246 | 216 | 113 | 0 | 16 | 67 | 43 | 54 | 46 | 57 |
| Binary | 10100110 | 10001110 | 1001011 | 0 | 1110 | 110111 | 100011 | 101100 | 100110 | 101111 |
Color Harmonies of #A68E4B
Complementary color
Monochromatic Colors of #A68E4B
Black with #A68E4B
Text Example
Text Example
White with #A68E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E4B; }
p { color: rgb(166,142,75); }
H1.HeaderClassName
{
color: #A68E4B;
}
.AnyTagClassName
{
color: #A68E4B;
}
</style>
background-color css
<style>
a { background-color: #A68E4B; }
a { background-color: rgb(166,142,75); }
div.DivClassName
{
background-color: #A68E4B;
}
.BgClassName
{
background-color: #A68E4B;
}
</style>
border-color css
<style>
span { border-color: #A68E4B; }
span { border-color: rgb(166,142,75); }
td.TdClassName
{
border-color: #A68E4B;
}
.TagClassName
{
border-color: #A68E4B;
}
</style>