#a6983f

Color #A6983F Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #A6983F

Tints of Turmeric #A6983F

Color information

#A6983F (or 0xA6983F) is unknown color: approx Turmeric. HEX triplet: A6, 98 and 3F. RGB value is (166,152,63). Sum of RGB (Red+Green+Blue) = 166+152+63=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6983F is #5967C0. Grayscale: #929292. Windows color (decimal): -5859265 or 4167846. OLE color: 4167846.

HSL color Cylindrical-coordinate representation of color #A6983F: hue angle of 51.84º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6983F is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16615263-
CMYK00.080.620.35
HSL51.84º44.98%44.9%-
HSV(B)51.84º62.05%65.1%-
XYZ27.8530.929.2-
YUV146.0481.14142.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 63 (25% from 255) = 16.54%
R=43.57%
G=39.90%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661526300.080.620.3551.8444.9844.9
HexA6983F083E23342d2d
Octal246230770107643645555
Binary101001101001100011111101000111110100011110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6983f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6983f; }

 p { color: rgb(166,152,63); }

 H1.HeaderClassName
 {
   color: #a6983f;
 }
 .AnyTagClassName
 {
   color: #a6983f;
 }
</style>
background-color css

<style>
 a { background-color: #a6983f; }

 a { background-color: rgb(166,152,63); }

 div.DivClassName
 {
   background-color: #a6983f;
 }
 .BgClassName
 {
   background-color: #a6983f;
 }
</style>
border-color css

<style>
 span { border-color: #a6983f; }

 span { border-color: rgb(166,152,63); }

 td.TdClassName
 {
   border-color: #a6983f;
 }
 .TagClassName
 {
   border-color: #a6983f;
 }
</style>