#A6914A

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

Shades of Turmeric #A6914A

Tints of Turmeric #A6914A

Color information

#A6914A (or 0xA6914A) is unknown color: approx Turmeric. HEX triplet: A6, 91 and 4A. RGB value is (166,145,74). Sum of RGB (Red+Green+Blue) = 166+145+74=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6914A is #596EB5. Grayscale: #8F8F8F. Windows color (decimal): -5861046 or 4886950. OLE color: 4886950.

HSL color Cylindrical-coordinate representation of color #A6914A: hue angle of 46.3º 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 #A6914A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16614574-
CMYK00.130.550.35
HSL46.3º38.33%47.06%-
HSV(B)46.3º55.42%65.1%-
XYZ27.0928.8510.62-
YUV143.1888.96144.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=43.12%
G=37.66%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661457400.130.550.3546.338.3347.06
HexA6914A0D37232e262f
Octal2462211120156743564657
Binary1010011010010001100101001101110111100011101110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6914A; }

 p { color: rgb(166,145,74); }

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

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

 a { background-color: rgb(166,145,74); }

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

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

 span { border-color: rgb(166,145,74); }

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