#A49645

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

Shades of Turmeric #A49645

Tints of Turmeric #A49645

Color information

#A49645 (or 0xA49645) is unknown color: approx Turmeric. HEX triplet: A4, 96 and 45. RGB value is (164,150,69). Sum of RGB (Red+Green+Blue) = 164+150+69=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49645 is #5B69BA. Grayscale: #919191. Windows color (decimal): -5990843 or 4560548. OLE color: 4560548.

HSL color Cylindrical-coordinate representation of color #A49645: hue angle of 51.16º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A49645 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16415069-
CMYK00.090.580.36
HSL51.16º40.77%45.69%-
HSV(B)51.16º57.93%64.31%-
XYZ27.2930.1310.01-
YUV144.9585.14141.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=42.82%
G=39.16%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641506900.090.580.3651.1640.7745.69
HexA49645093A2433292e
Octal2442261050117244635156
Binary1010010010010110100010101001111010100100110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49645; }

 p { color: rgb(164,150,69); }

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

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

 a { background-color: rgb(164,150,69); }

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

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

 span { border-color: rgb(164,150,69); }

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