#A49A41

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

Shades of Turmeric #A49A41

Tints of Turmeric #A49A41

Color information

#A49A41 (or 0xA49A41) is unknown color: approx Turmeric. HEX triplet: A4, 9A and 41. RGB value is (164,154,65). Sum of RGB (Red+Green+Blue) = 164+154+65=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A41 is #5B65BE. Grayscale: #939393. Windows color (decimal): -5989823 or 4299428. OLE color: 4299428.

HSL color Cylindrical-coordinate representation of color #A49A41: hue angle of 53.94º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49A41 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16415465-
CMYK00.060.600.36
HSL53.94º43.23%44.9%-
HSV(B)53.94º60.37%64.31%-
XYZ27.8231.399.59-
YUV146.8481.81140.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=42.82%
G=40.21%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641546500.060.600.3653.9443.2344.9
HexA49A41063C24362b2d
Octal244232101067444665355
Binary101001001001101010000010110111100100100110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A41; }

 p { color: rgb(164,154,65); }

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

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

 a { background-color: rgb(164,154,65); }

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

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

 span { border-color: rgb(164,154,65); }

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