#A49943

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

Shades of Turmeric #A49943

Tints of Turmeric #A49943

Color information

#A49943 (or 0xA49943) is unknown color: approx Turmeric. HEX triplet: A4, 99 and 43. RGB value is (164,153,67). Sum of RGB (Red+Green+Blue) = 164+153+67=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49943 is #5B66BC. Grayscale: #929292. Windows color (decimal): -5990077 or 4430244. OLE color: 4430244.

HSL color Cylindrical-coordinate representation of color #A49943: hue angle of 53.2º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A49943 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16415367-
CMYK00.070.590.36
HSL53.2º41.99%45.29%-
HSV(B)53.2º59.15%64.31%-
XYZ27.7131.089.85-
YUV146.4883.14140.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 67 (26.56% from 255) = 17.45%
R=42.71%
G=39.84%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641536700.070.590.3653.241.9945.29
HexA49943073B24352a2d
Octal244231103077344655255
Binary101001001001100110000110111111011100100110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49943; }

 p { color: rgb(164,153,67); }

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

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

 a { background-color: rgb(164,153,67); }

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

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

 span { border-color: rgb(164,153,67); }

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